#CAF0E4

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

Shades of Humming Bird #CAF0E4

Tints of Humming Bird #CAF0E4

Color information

#CAF0E4 (or 0xCAF0E4) is unknown color: approx Humming Bird. HEX triplet: CA, F0 and E4. RGB value is (202,240,228). Sum of RGB (Red+Green+Blue) = 202+240+228=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0E4 is #350F1B. Grayscale: #E3E3E3. Windows color (decimal): -3477276 or 15003850. OLE color: 15003850.

HSL color Cylindrical-coordinate representation of color #CAF0E4: hue angle of 161.05º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0E4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB202240228-
CMYK0.1600.050.06
HSL161.05º55.88%86.67%-
HSV(B)161.05º15.83%94.12%-
XYZ69.5280.4885.27-
YUV227.27128.41109.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=30.15%
G=35.82%
B=34.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402280.1600.050.06161.0555.8886.67
HexCAF0E410056a13857
Octal3123603442005624170127
Binary110010101111000011100100100000101110101000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0E4; }

 p { color: rgb(202,240,228); }

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

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

 a { background-color: rgb(202,240,228); }

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

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

 span { border-color: rgb(202,240,228); }

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