#CAF0E3

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

Shades of Humming Bird #CAF0E3

Tints of Humming Bird #CAF0E3

Color information

#CAF0E3 (or 0xCAF0E3) is unknown color: approx Humming Bird. HEX triplet: CA, F0 and E3. RGB value is (202,240,227). Sum of RGB (Red+Green+Blue) = 202+240+227=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0E3 is #350F1C. Grayscale: #E3E3E3. Windows color (decimal): -3477277 or 14938314. OLE color: 14938314.

HSL color Cylindrical-coordinate representation of color #CAF0E3: hue angle of 159.47º 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 #CAF0E3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB202240227-
CMYK0.1600.050.06
HSL159.47º55.88%86.67%-
HSV(B)159.47º15.83%94.12%-
XYZ69.3880.4284.54-
YUV227.16127.91110.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=30.19%
G=35.87%
B=33.93%

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
Decimal2022402270.1600.050.06159.4755.8886.67
HexCAF0E3100569f3857
Octal3123603432005623770127
Binary110010101111000011100011100000101110100111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0E3; }

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

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

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

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

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

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

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

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