#CAEFE3

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

Shades of Humming Bird #CAEFE3

Tints of Humming Bird #CAEFE3

Color information

#CAEFE3 (or 0xCAEFE3) is unknown color: approx Humming Bird. HEX triplet: CA, EF and E3. RGB value is (202,239,227). Sum of RGB (Red+Green+Blue) = 202+239+227=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFE3 is #35101C. Grayscale: #E2E2E2. Windows color (decimal): -3477533 or 14938058. OLE color: 14938058.

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

Color convert

RGB202239227-
CMYK0.1500.050.06
HSL160.54º53.62%86.47%-
HSV(B)160.54º15.48%93.73%-
XYZ69.0979.8484.44-
YUV226.57128.24110.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=30.24%
G=35.78%
B=33.98%

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
Decimal2022392270.1500.050.06160.5453.6286.47
HexCAEFE3F056a13656
Octal3123573431705624166126
Binary11001010111011111110001111110101110101000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFE3; }

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

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

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

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

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

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

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

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