#CAF8EE

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

Shades of Humming Bird #CAF8EE

Tints of Humming Bird #CAF8EE

Color information

#CAF8EE (or 0xCAF8EE) is unknown color: approx Humming Bird. HEX triplet: CA, F8 and EE. RGB value is (202,248,238). Sum of RGB (Red+Green+Blue) = 202+248+238=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8EE is #350711. Grayscale: #E9E9E9. Windows color (decimal): -3475218 or 15661258. OLE color: 15661258.

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

Color convert

RGB202248238-
CMYK0.1900.040.03
HSL166.96º76.67%88.24%-
HSV(B)166.96º18.55%97.25%-
XYZ73.3685.8693.6-
YUV233.11130.76105.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=29.36%
G=36.05%
B=34.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482380.1900.040.03166.9676.6788.24
HexCAF8EE13043a74d58
Octal31237035623043247115130
Binary110010101111100011101110100110100111010011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8EE; }

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

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

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

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

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

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

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

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