Html Css Color HEX #C9FAE2 Humming Bird

📋 copy color: '#C9FAE2'

red 201 ◦ green 250 ◦ blue 226

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

Shades of Humming Bird #C9FAE2

Tints of Humming Bird #C9FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

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

R = 29.69%
G = 36.93%
B = 33.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#C9FAE2 (or 0xC9FAE2) is known color: Humming Bird. HEX triplet: C9, FA and E2. RGB value is (201,250,226). Sum of RGB (Red+Green+Blue) = 201+250+226=677 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.69% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAE2 is #36051D. Grayscale: #E8E8E8. Windows color (decimal): -3540254 or 14875337. OLE color: 14875337.

HSL color Cylindrical-coordinate representation of color #C9FAE2: hue angle of 150.61º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FAE2 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 226 -
CMYK 0.20 0 0.10 0.02
HSL 150.61º 0.83% 0.88% -
HSV(B) 150.61º 0.2% 0.98% -
XYZ 72 86.28 84.81 -
YUV 232.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 201 250 226 0.20 0 0.10 0.02 150.61 0.83 0.88
Hex C9 FA E2 14 0 A 2 97 53 58
Octal 311 372 342 24 0 12 2 227 123 130
Binary 11001001 11111010 11100010 10100 0 1010 10 10010111 1010011 1011000

Color Harmonies of #C9FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FAE2

Black with #C9FAE2

Text Example


Text Example

White with #C9FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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