#CAF3E5

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

Shades of Humming Bird #CAF3E5

Tints of Humming Bird #CAF3E5

Color information

#CAF3E5 (or 0xCAF3E5) is unknown color: approx Humming Bird. HEX triplet: CA, F3 and E5. RGB value is (202,243,229). Sum of RGB (Red+Green+Blue) = 202+243+229=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3E5 is #350C1A. Grayscale: #E5E5E5. Windows color (decimal): -3476507 or 15070154. OLE color: 15070154.

HSL color Cylindrical-coordinate representation of color #CAF3E5: hue angle of 159.51º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF3E5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB202243229-
CMYK0.1700.060.05
HSL159.51º63.08%87.25%-
HSV(B)159.51º16.87%95.29%-
XYZ70.5582.3186.3-
YUV229.14127.92108.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 243 (95.31% from 255) = 36.05%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=29.97%
G=36.05%
B=33.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432290.1700.060.05159.5163.0887.25
HexCAF3E511065a03f57
Octal3123633452106524077127
Binary110010101111001111100101100010110101101000001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3E5; }

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

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

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

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

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

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

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

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