#CAFBEE

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

Shades of Humming Bird #CAFBEE

Tints of Humming Bird #CAFBEE

Color information

#CAFBEE (or 0xCAFBEE) is unknown color: approx Humming Bird. HEX triplet: CA, FB and EE. RGB value is (202,251,238). Sum of RGB (Red+Green+Blue) = 202+251+238=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBEE is #350411. Grayscale: #EAEAEA. Windows color (decimal): -3474450 or 15662026. OLE color: 15662026.

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

Color convert

RGB202251238-
CMYK0.2000.050.02
HSL164.08º85.96%88.82%-
HSV(B)164.08º19.52%98.43%-
XYZ74.2987.7293.91-
YUV234.87129.77104.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.23%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=29.23%
G=36.32%
B=34.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512380.2000.050.02164.0885.9688.82
HexCAFBEE14052a45659
Octal31237335624052244126131
Binary110010101111101111101110101000101101010010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBEE; }

 p { color: rgb(202,251,238); }

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

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

 a { background-color: rgb(202,251,238); }

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

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

 span { border-color: rgb(202,251,238); }

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