#CAFAED

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

Shades of Humming Bird #CAFAED

Tints of Humming Bird #CAFAED

Color information

#CAFAED (or 0xCAFAED) is unknown color: approx Humming Bird. HEX triplet: CA, FA and ED. RGB value is (202,250,237). Sum of RGB (Red+Green+Blue) = 202+250+237=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAED is #350512. Grayscale: #EAEAEA. Windows color (decimal): -3474707 or 15596234. OLE color: 15596234.

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

Color convert

RGB202250237-
CMYK0.1900.050.02
HSL163.75º82.76%88.63%-
HSV(B)163.75º19.2%98.04%-
XYZ73.8387.0493.03-
YUV234.17129.6105.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.32%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=29.32%
G=36.28%
B=34.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502370.1900.050.02163.7582.7688.63
HexCAFAED13052a45359
Octal31237235523052244123131
Binary110010101111101011101101100110101101010010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAED; }

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

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

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

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

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

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

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

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