#CAFBE3

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

Shades of Humming Bird #CAFBE3

Tints of Humming Bird #CAFBE3

Color information

#CAFBE3 (or 0xCAFBE3) is unknown color: approx Humming Bird. HEX triplet: CA, FB and E3. RGB value is (202,251,227). Sum of RGB (Red+Green+Blue) = 202+251+227=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBE3 is #35041C. Grayscale: #E9E9E9. Windows color (decimal): -3474461 or 14941130. OLE color: 14941130.

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

Color convert

RGB202251227-
CMYK0.2000.100.02
HSL150.61º85.96%88.82%-
HSV(B)150.61º19.52%98.43%-
XYZ72.7287.185.65-
YUV233.61124.27105.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 227 (89.06% from 255) = 33.38%
R=29.71%
G=36.91%
B=33.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512270.2000.100.02150.6185.9688.82
HexCAFBE3140A2975659
Octal312373343240122227126131
Binary1100101011111011111000111010001010101001011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBE3; }

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

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

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

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

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

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

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

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