#CAF9EC

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

Shades of Humming Bird #CAF9EC

Tints of Humming Bird #CAF9EC

Color information

#CAF9EC (or 0xCAF9EC) is unknown color: approx Humming Bird. HEX triplet: CA, F9 and EC. RGB value is (202,249,236). Sum of RGB (Red+Green+Blue) = 202+249+236=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF9EC is #350613. Grayscale: #E9E9E9. Windows color (decimal): -3474964 or 15530442. OLE color: 15530442.

HSL color Cylindrical-coordinate representation of color #CAF9EC: hue angle of 163.4º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9EC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB202249236-
CMYK0.1900.050.02
HSL163.4º79.66%88.43%-
HSV(B)163.4º18.88%97.65%-
XYZ73.3786.3692.16-
YUV233.46129.43105.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 249 (97.66% from 255) = 36.24%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=29.40%
G=36.24%
B=34.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022492360.1900.050.02163.479.6688.43
HexCAF9EC13052a35058
Octal31237135423052243120130
Binary110010101111100111101100100110101101010001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9EC; }

 p { color: rgb(202,249,236); }

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

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

 a { background-color: rgb(202,249,236); }

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

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

 span { border-color: rgb(202,249,236); }

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