#CAFCEA

Color #CAFCEA Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #CAFCEA

Tints of Humming Bird #CAFCEA

Color information

#CAFCEA (or 0xCAFCEA) is unknown color: approx Humming Bird. HEX triplet: CA, FC and EA. RGB value is (202,252,234). Sum of RGB (Red+Green+Blue) = 202+252+234=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFCEA is #350315. Grayscale: #EBEBEB. Windows color (decimal): -3474198 or 15400138. OLE color: 15400138.

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

Color convert

RGB202252234-
CMYK0.2000.070.01
HSL158.4º89.29%89.02%-
HSV(B)158.4º19.84%98.82%-
XYZ74.0288.1290.95-
YUV235127.44104.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=29.36%
G=36.63%
B=34.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522340.2000.070.01158.489.2989.02
HexCAFCEA140719e5959
Octal31237435224071236131131
Binary11001010111111001110101010100011111001111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCEA; }

 p { color: rgb(202,252,234); }

 H1.HeaderClassName
 {
   color: #CAFCEA;
 }
 .AnyTagClassName
 {
   color: #CAFCEA;
 }
</style>
background-color css

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

 a { background-color: rgb(202,252,234); }

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

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

 span { border-color: rgb(202,252,234); }

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