#CAF7EB

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

Shades of Humming Bird #CAF7EB

Tints of Humming Bird #CAF7EB

Color information

#CAF7EB (or 0xCAF7EB) is unknown color: approx Humming Bird. HEX triplet: CA, F7 and EB. RGB value is (202,247,235). Sum of RGB (Red+Green+Blue) = 202+247+235=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7EB is #350814. Grayscale: #E8E8E8. Windows color (decimal): -3475477 or 15464394. OLE color: 15464394.

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

Color convert

RGB202247235-
CMYK0.1800.050.03
HSL164º73.77%88.04%-
HSV(B)164º18.22%96.86%-
XYZ72.6185.0891.19-
YUV232.18129.59106.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=29.53%
G=36.11%
B=34.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472350.1800.050.0316473.7788.04
HexCAF7EB12053a44a58
Octal31236735322053244112130
Binary110010101111011111101011100100101111010010010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7EB; }

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

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

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

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

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

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

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

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