#CAEFE1

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

Shades of Humming Bird #CAEFE1

Tints of Humming Bird #CAEFE1

Color information

#CAEFE1 (or 0xCAEFE1) is unknown color: approx Humming Bird. HEX triplet: CA, EF and E1. RGB value is (202,239,225). Sum of RGB (Red+Green+Blue) = 202+239+225=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFE1 is #35101E. Grayscale: #E2E2E2. Windows color (decimal): -3477535 or 14806986. OLE color: 14806986.

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

Color convert

RGB202239225-
CMYK0.1500.060.06
HSL157.3º53.62%86.47%-
HSV(B)157.3º15.48%93.73%-
XYZ68.8179.7383-
YUV226.34127.24110.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=30.33%
G=35.89%
B=33.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392250.1500.060.06157.353.6286.47
HexCAEFE1F0669d3656
Octal3123573411706623566126
Binary11001010111011111110000111110110110100111011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFE1; }

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

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

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

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

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

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

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

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