#CAF7E9

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

Shades of Humming Bird #CAF7E9

Tints of Humming Bird #CAF7E9

Color information

#CAF7E9 (or 0xCAF7E9) is unknown color: approx Humming Bird. HEX triplet: CA, F7 and E9. RGB value is (202,247,233). Sum of RGB (Red+Green+Blue) = 202+247+233=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7E9 is #350816. Grayscale: #E7E7E7. Windows color (decimal): -3475479 or 15333322. OLE color: 15333322.

HSL color Cylindrical-coordinate representation of color #CAF7E9: hue angle of 161.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7E9 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB202247233-
CMYK0.1800.060.03
HSL161.33º73.77%88.04%-
HSV(B)161.33º18.22%96.86%-
XYZ72.3384.9689.68-
YUV231.95128.59106.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 247 (96.88% from 255) = 36.22%
BLUE value IS 233 (91.41% from 255) = 34.16%
R=29.62%
G=36.22%
B=34.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472330.1800.060.03161.3373.7788.04
HexCAF7E912063a14a58
Octal31236735122063241112130
Binary110010101111011111101001100100110111010000110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7E9; }

 p { color: rgb(202,247,233); }

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

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

 a { background-color: rgb(202,247,233); }

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

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

 span { border-color: rgb(202,247,233); }

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