#64EDF8

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

Shades of Baby Blue #64EDF8

Tints of Baby Blue #64EDF8

Color information

#64EDF8 (or 0x64EDF8) is unknown color: approx Baby Blue. HEX triplet: 64, ED and F8. RGB value is (100,237,248). Sum of RGB (Red+Green+Blue) = 100+237+248=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #64EDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EDF8 is #9B1207. Grayscale: #C5C5C5. Windows color (decimal): -10162696 or 16313700. OLE color: 16313700.

HSL color Cylindrical-coordinate representation of color #64EDF8: hue angle of 184.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64EDF8 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100237248-
CMYK0.600.0400.03
HSL184.46º91.36%68.24%-
HSV(B)184.46º59.68%97.25%-
XYZ52.4870.0699.56-
YUV197.29156.6158.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.09%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 248 (97.27% from 255) = 42.39%
R=17.09%
G=40.51%
B=42.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002372480.600.0400.03184.4691.3668.24
Hex64EDF83C403b85b44
Octal14435537074403270133104
Binary110010011101101111110001111001000111011100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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