#CAEEE5

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

Shades of Humming Bird #CAEEE5

Tints of Humming Bird #CAEEE5

Color information

#CAEEE5 (or 0xCAEEE5) is unknown color: approx Humming Bird. HEX triplet: CA, EE and E5. RGB value is (202,238,229). Sum of RGB (Red+Green+Blue) = 202+238+229=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEE5 is #35111A. Grayscale: #E2E2E2. Windows color (decimal): -3477787 or 15068874. OLE color: 15068874.

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

Color convert

RGB202238229-
CMYK0.1500.040.07
HSL165º51.43%86.27%-
HSV(B)165º15.13%93.33%-
XYZ69.0779.3685.81-
YUV226.21129.57110.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=30.19%
G=35.58%
B=34.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382290.1500.040.0716551.4386.27
HexCAEEE5F047a53356
Octal3123563451704724563126
Binary11001010111011101110010111110100111101001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEE5; }

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

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

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

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

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

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

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

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