#CAFCEF

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

Shades of Humming Bird #CAFCEF

Tints of Humming Bird #CAFCEF

Color information

#CAFCEF (or 0xCAFCEF) is unknown color: approx Humming Bird. HEX triplet: CA, FC and EF. RGB value is (202,252,239). Sum of RGB (Red+Green+Blue) = 202+252+239=693 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.15% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFCEF is #350310. Grayscale: #EBEBEB. Windows color (decimal): -3474193 or 15727818. OLE color: 15727818.

HSL color Cylindrical-coordinate representation of color #CAFCEF: hue angle of 164.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 #CAFCEF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB202252239-
CMYK0.2000.050.01
HSL164.4º89.29%89.02%-
HSV(B)164.4º19.84%98.82%-
XYZ74.7588.4194.79-
YUV235.57129.94104.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.15%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=29.15%
G=36.36%
B=34.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522390.2000.050.01164.489.2989.02
HexCAFCEF14051a45959
Octal31237435724051244131131
Binary11001010111111001110111110100010111010010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCEF; }

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

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

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

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

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

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

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

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