#CAEEE2

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

Shades of Humming Bird #CAEEE2

Tints of Humming Bird #CAEEE2

Color information

#CAEEE2 (or 0xCAEEE2) is unknown color: approx Humming Bird. HEX triplet: CA, EE and E2. RGB value is (202,238,226). Sum of RGB (Red+Green+Blue) = 202+238+226=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEE2 is #35111D. Grayscale: #E1E1E1. Windows color (decimal): -3477790 or 14872266. OLE color: 14872266.

HSL color Cylindrical-coordinate representation of color #CAEEE2: hue angle of 160º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEEE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB202238226-
CMYK0.1500.050.07
HSL160º51.43%86.27%-
HSV(B)160º15.13%93.33%-
XYZ68.6679.283.62-
YUV225.87128.07110.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=30.33%
G=35.74%
B=33.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382260.1500.050.0716051.4386.27
HexCAEEE2F057a03356
Octal3123563421705724063126
Binary11001010111011101110001011110101111101000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEE2; }

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

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

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

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

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

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

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

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