#CAF7E7

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

Shades of Humming Bird #CAF7E7

Tints of Humming Bird #CAF7E7

Color information

#CAF7E7 (or 0xCAF7E7) is unknown color: approx Humming Bird. HEX triplet: CA, F7 and E7. RGB value is (202,247,231). Sum of RGB (Red+Green+Blue) = 202+247+231=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 247 (96.88% from 255 or 36.32% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7E7 is #350818. Grayscale: #E7E7E7. Windows color (decimal): -3475481 or 15202250. OLE color: 15202250.

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

Color convert

RGB202247231-
CMYK0.1800.060.03
HSL158.67º73.77%88.04%-
HSV(B)158.67º18.22%96.86%-
XYZ72.0484.8588.18-
YUV231.72127.59106.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 247 (96.88% from 255) = 36.32%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=29.71%
G=36.32%
B=33.97%

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
Decimal2022472310.1800.060.03158.6773.7788.04
HexCAF7E7120639f4a58
Octal31236734722063237112130
Binary110010101111011111100111100100110111001111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7E7; }

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

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

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

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

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

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

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

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