#CAFAE6

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

Shades of Humming Bird #CAFAE6

Tints of Humming Bird #CAFAE6

Color information

#CAFAE6 (or 0xCAFAE6) is unknown color: approx Humming Bird. HEX triplet: CA, FA and E6. RGB value is (202,250,230). Sum of RGB (Red+Green+Blue) = 202+250+230=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAE6 is #350519. Grayscale: #E9E9E9. Windows color (decimal): -3474714 or 15137482. OLE color: 15137482.

HSL color Cylindrical-coordinate representation of color #CAFAE6: hue angle of 155º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAE6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB202250230-
CMYK0.1900.080.02
HSL155º82.76%88.63%-
HSV(B)155º19.2%98.04%-
XYZ72.8386.6487.75-
YUV233.37126.1105.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 230 (90.23% from 255) = 33.72%
R=29.62%
G=36.66%
B=33.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502300.1900.080.0215582.7688.63
HexCAFAE6130829b5359
Octal312372346230102233123131
Binary1100101011111010111001101001101000101001101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAE6; }

 p { color: rgb(202,250,230); }

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

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

 a { background-color: rgb(202,250,230); }

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

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

 span { border-color: rgb(202,250,230); }

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