#64FDF5

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

Shades of Baby Blue #64FDF5

Tints of Baby Blue #64FDF5

Color information

#64FDF5 (or 0x64FDF5) is unknown color: approx Baby Blue. HEX triplet: 64, FD and F5. RGB value is (100,253,245). Sum of RGB (Red+Green+Blue) = 100+253+245=598 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.72% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FDF5 is #9B020A. Grayscale: #CECECE. Windows color (decimal): -10158603 or 16121188. OLE color: 16121188.

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

Color convert

RGB100253245-
CMYK0.6000.030.01
HSL176.86º97.45%69.22%-
HSV(B)176.86º60.47%99.22%-
XYZ56.8679.5598.74-
YUV206.34149.8152.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.72%
GREEN value IS 253 (99.22% from 255) = 42.31%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=16.72%
G=42.31%
B=40.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002532450.6000.030.01176.8697.4569.22
Hex64FDF53C031b16145
Octal14437536574031261141105
Binary1100100111111011111010111110001111011000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,253,245); }

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

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

 a { background-color: rgb(100,253,245); }

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

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

 span { border-color: rgb(100,253,245); }

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