#64FAED

Color #64FAED Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #64FAED

Tints of Baby Blue #64FAED

Color information

#64FAED (or 0x64FAED) is unknown color: approx Baby Blue. HEX triplet: 64, FA and ED. RGB value is (100,250,237). Sum of RGB (Red+Green+Blue) = 100+250+237=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAED is #9B0512. Grayscale: #CBCBCB. Windows color (decimal): -10159379 or 15596132. OLE color: 15596132.

HSL color Cylindrical-coordinate representation of color #64FAED: hue angle of 174.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAED is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB100250237-
CMYK0.600.050.02
HSL174.8º93.75%68.63%-
HSV(B)174.8º60%98.04%-
XYZ54.7377.1992.14-
YUV203.67146.854.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.04%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=17.04%
G=42.59%
B=40.37%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002502370.600.050.02174.893.7568.63
Hex64FAED3C052af5e45
Octal14437235574052257136105
Binary110010011111010111011011111000101101010111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64FAED; }

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

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

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

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

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

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

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

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