#CAEFE4

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

Shades of Humming Bird #CAEFE4

Tints of Humming Bird #CAEFE4

Color information

#CAEFE4 (or 0xCAEFE4) is unknown color: approx Humming Bird. HEX triplet: CA, EF and E4. RGB value is (202,239,228). Sum of RGB (Red+Green+Blue) = 202+239+228=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFE4 is #35101B. Grayscale: #E2E2E2. Windows color (decimal): -3477532 or 15003594. OLE color: 15003594.

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

Color convert

RGB202239228-
CMYK0.1500.050.06
HSL162.16º53.62%86.47%-
HSV(B)162.16º15.48%93.73%-
XYZ69.2379.8985.17-
YUV226.68128.74110.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=30.19%
G=35.72%
B=34.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392280.1500.050.06162.1653.6286.47
HexCAEFE4F056a23656
Octal3123573441705624266126
Binary11001010111011111110010011110101110101000101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFE4; }

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

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

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

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

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

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

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

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