#CAEFE5

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

Shades of Humming Bird #CAEFE5

Tints of Humming Bird #CAEFE5

Color information

#CAEFE5 (or 0xCAEFE5) is unknown color: approx Humming Bird. HEX triplet: CA, EF and E5. RGB value is (202,239,229). Sum of RGB (Red+Green+Blue) = 202+239+229=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFE5 is #35101A. Grayscale: #E2E2E2. Windows color (decimal): -3477531 or 15069130. OLE color: 15069130.

HSL color Cylindrical-coordinate representation of color #CAEFE5: hue angle of 163.78º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFE5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB202239229-
CMYK0.1500.040.06
HSL163.78º53.62%86.47%-
HSV(B)163.78º15.48%93.73%-
XYZ69.3779.9585.9-
YUV226.8129.24110.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=30.15%
G=35.67%
B=34.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392290.1500.040.06163.7853.6286.47
HexCAEFE5F046a43656
Octal3123573451704624466126
Binary11001010111011111110010111110100110101001001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFE5; }

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

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

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

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

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

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

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

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