Html Css Color HEX #C5FFED Humming Bird

📋 copy color: '#C5FFED'

red 197 ◦ green 255 ◦ blue 237

#C5FFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Humming Bird #C5FFED

Tints of Humming Bird #C5FFED

RGB

 RED value IS 197 (77.34% from 255) = 28.59%

 GREEN value IS 255 (100% from 255) = 37.01%

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 28.59%
G = 37.01%
B = 34.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5FFED (or 0xC5FFED) is known color: Humming Bird. HEX triplet: C5, FF and ED. RGB value is (197,255,237). Sum of RGB (Red+Green+Blue) = 197+255+237=689 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.59% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFED is #3A0012. Grayscale: #EBEBEB. Windows color (decimal): -3801107 or 15597509. OLE color: 15597509.

HSL color Cylindrical-coordinate representation of color #C5FFED: hue angle of 161.38º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFED is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 197 255 237 -
CMYK 0.23 0 0.07 0
HSL 161.38º 1% 0.89% -
HSV(B) 161.38º 0.23% 1% -
XYZ 74.07 89.5 93.49 -
YUV 235.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 197 255 237 0.23 0 0.07 0 161.38 1 0.89
Hex C5 FF ED 17 0 7 0 A1 64 59
Octal 305 377 355 27 0 7 0 241 144 131
Binary 11000101 11111111 11101101 10111 0 111 0 10100001 1100100 1011001

Color Harmonies of #C5FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFED

Black with #C5FFED

Text Example


Text Example

White with #C5FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFED; }

 p { color: rgb(197,255,237); }

 H1.HeaderClassName
 {
   color: #C5FFED;
 }
 .AnyTagClassName
 {
   color: #C5FFED;
 }
</style>

background-color css

<style>
 a { background-color: #C5FFED; }

 a { background-color: rgb(197,255,237); }

 div.DivClassName
 {
   background-color: #C5FFED;
 }
 .BgClassName
 {
   background-color: #C5FFED;
 }
</style>

border-color css

<style>
 span { border-color: #C5FFED; }

 span { border-color: rgb(197,255,237); }

 td.TdClassName
 {
   border-color: #C5FFED;
 }
 .TagClassName
 {
   border-color: #C5FFED;
 }
</style>