Html Css Color HEX #C9EDE2 Humming Bird

📋 copy color: '#C9EDE2'

red 201 ◦ green 237 ◦ blue 226

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

Shades of Humming Bird #C9EDE2

Tints of Humming Bird #C9EDE2

RGB

 RED value IS 201 (78.91% from 255) = 30.27%

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 30.27%
G = 35.69%
B = 34.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#C9EDE2 (or 0xC9EDE2) is known color: Humming Bird. HEX triplet: C9, ED and E2. RGB value is (201,237,226). Sum of RGB (Red+Green+Blue) = 201+237+226=664 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.27% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDE2 is #36121D. Grayscale: #E0E0E0. Windows color (decimal): -3543582 or 14872009. OLE color: 14872009.

HSL color Cylindrical-coordinate representation of color #C9EDE2: hue angle of 161.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9EDE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 237 226 -
CMYK 0.15 0 0.05 0.07
HSL 161.67º 0.5% 0.86% -
HSV(B) 161.67º 0.15% 0.93% -
XYZ 68.1 78.48 83.51 -
YUV 224.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 201 237 226 0.15 0 0.05 0.07 161.67 0.5 0.86
Hex C9 ED E2 F 0 5 7 A2 32 56
Octal 311 355 342 17 0 5 7 242 62 126
Binary 11001001 11101101 11100010 1111 0 101 111 10100010 110010 1010110

Color Harmonies of #C9EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EDE2

Black with #C9EDE2

Text Example


Text Example

White with #C9EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EDE2; }

 p { color: rgb(201,237,226); }

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

background-color css

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

 a { background-color: rgb(201,237,226); }

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

border-color css

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

 span { border-color: rgb(201,237,226); }

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