#CAF5EB

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

Shades of Humming Bird #CAF5EB

Tints of Humming Bird #CAF5EB

Color information

#CAF5EB (or 0xCAF5EB) is unknown color: approx Humming Bird. HEX triplet: CA, F5 and EB. RGB value is (202,245,235). Sum of RGB (Red+Green+Blue) = 202+245+235=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5EB is #350A14. Grayscale: #E6E6E6. Windows color (decimal): -3475989 or 15463882. OLE color: 15463882.

HSL color Cylindrical-coordinate representation of color #CAF5EB: hue angle of 166.05º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5EB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB202245235-
CMYK0.1800.040.04
HSL166.05º68.25%87.65%-
HSV(B)166.05º17.55%96.08%-
XYZ7283.8690.99-
YUV231130.25107.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=29.62%
G=35.92%
B=34.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022452350.1800.040.04166.0568.2587.65
HexCAF5EB12044a64458
Octal31236535322044246104130
Binary1100101011110101111010111001001001001010011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5EB; }

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

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

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

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

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

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

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

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