#CAFAE9

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

Shades of Humming Bird #CAFAE9

Tints of Humming Bird #CAFAE9

Color information

#CAFAE9 (or 0xCAFAE9) is unknown color: approx Humming Bird. HEX triplet: CA, FA and E9. RGB value is (202,250,233). Sum of RGB (Red+Green+Blue) = 202+250+233=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAE9 is #350516. Grayscale: #E9E9E9. Windows color (decimal): -3474711 or 15334090. OLE color: 15334090.

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

Color convert

RGB202250233-
CMYK0.1900.070.02
HSL158.75º82.76%88.63%-
HSV(B)158.75º19.2%98.04%-
XYZ73.2586.8189.99-
YUV233.71127.6105.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.49%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=29.49%
G=36.50%
B=34.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502330.1900.070.02158.7582.7688.63
HexCAFAE9130729f5359
Octal31237235123072237123131
Binary110010101111101011101001100110111101001111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAE9; }

 p { color: rgb(202,250,233); }

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

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

 a { background-color: rgb(202,250,233); }

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

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

 span { border-color: rgb(202,250,233); }

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