#CAF4EB

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

Shades of Humming Bird #CAF4EB

Tints of Humming Bird #CAF4EB

Color information

#CAF4EB (or 0xCAF4EB) is unknown color: approx Humming Bird. HEX triplet: CA, F4 and EB. RGB value is (202,244,235). Sum of RGB (Red+Green+Blue) = 202+244+235=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4EB is #350B14. Grayscale: #E6E6E6. Windows color (decimal): -3476245 or 15463626. OLE color: 15463626.

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

Color convert

RGB202244235-
CMYK0.1700.040.04
HSL167.14º65.62%87.45%-
HSV(B)167.14º17.21%95.69%-
XYZ71.783.2690.89-
YUV230.42130.59107.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=29.66%
G=35.83%
B=34.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442350.1700.040.04167.1465.6287.45
HexCAF4EB11044a74257
Octal31236435321044247102127
Binary1100101011110100111010111000101001001010011110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4EB; }

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

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

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

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

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

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

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

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