#CAFBEB

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

Shades of Humming Bird #CAFBEB

Tints of Humming Bird #CAFBEB

Color information

#CAFBEB (or 0xCAFBEB) is unknown color: approx Humming Bird. HEX triplet: CA, FB and EB. RGB value is (202,251,235). Sum of RGB (Red+Green+Blue) = 202+251+235=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBEB is #350414. Grayscale: #EAEAEA. Windows color (decimal): -3474453 or 15465418. OLE color: 15465418.

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

Color convert

RGB202251235-
CMYK0.2000.060.02
HSL160.41º85.96%88.82%-
HSV(B)160.41º19.52%98.43%-
XYZ73.8587.5591.6-
YUV234.52128.27104.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=29.36%
G=36.48%
B=34.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512350.2000.060.02160.4185.9688.82
HexCAFBEB14062a05659
Octal31237335324062240126131
Binary110010101111101111101011101000110101010000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBEB; }

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

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

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

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

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

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

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

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