#CAFAEC

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

Shades of Humming Bird #CAFAEC

Tints of Humming Bird #CAFAEC

Color information

#CAFAEC (or 0xCAFAEC) is unknown color: approx Humming Bird. HEX triplet: CA, FA and EC. RGB value is (202,250,236). Sum of RGB (Red+Green+Blue) = 202+250+236=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAEC is #350513. Grayscale: #EAEAEA. Windows color (decimal): -3474708 or 15530698. OLE color: 15530698.

HSL color Cylindrical-coordinate representation of color #CAFAEC: hue angle of 162.5º 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 #CAFAEC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB202250236-
CMYK0.1900.060.02
HSL162.5º82.76%88.63%-
HSV(B)162.5º19.2%98.04%-
XYZ73.6886.9892.26-
YUV234.05129.1105.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=29.36%
G=36.34%
B=34.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502360.1900.060.02162.582.7688.63
HexCAFAEC13062a25359
Octal31237235423062242123131
Binary110010101111101011101100100110110101010001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAEC; }

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

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

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

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

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

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

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

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