#CAF8EC

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

Shades of Humming Bird #CAF8EC

Tints of Humming Bird #CAF8EC

Color information

#CAF8EC (or 0xCAF8EC) is unknown color: approx Humming Bird. HEX triplet: CA, F8 and EC. RGB value is (202,248,236). Sum of RGB (Red+Green+Blue) = 202+248+236=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8EC is #350713. Grayscale: #E8E8E8. Windows color (decimal): -3475220 or 15530186. OLE color: 15530186.

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

Color convert

RGB202248236-
CMYK0.1900.050.03
HSL164.35º76.67%88.24%-
HSV(B)164.35º18.55%97.25%-
XYZ73.0685.7592.06-
YUV232.88129.76105.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.45%
GREEN value IS 248 (97.27% from 255) = 36.15%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=29.45%
G=36.15%
B=34.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482360.1900.050.03164.3576.6788.24
HexCAF8EC13053a44d58
Octal31237035423053244115130
Binary110010101111100011101100100110101111010010010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8EC; }

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

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

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

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

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

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

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

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