#64FDE4

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

Shades of Baby Blue #64FDE4

Tints of Baby Blue #64FDE4

Color information

#64FDE4 (or 0x64FDE4) is unknown color: approx Baby Blue. HEX triplet: 64, FD and E4. RGB value is (100,253,228). Sum of RGB (Red+Green+Blue) = 100+253+228=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FDE4 is #9B021B. Grayscale: #CCCCCC. Windows color (decimal): -10158620 or 15007076. OLE color: 15007076.

HSL color Cylindrical-coordinate representation of color #64FDE4: hue angle of 170.2º 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 #64FDE4 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB100253228-
CMYK0.6000.100.01
HSL170.2º97.45%69.22%-
HSV(B)170.2º60.47%99.22%-
XYZ54.3878.5685.7-
YUV204.4141.3153.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.21%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=17.21%
G=43.55%
B=39.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002532280.6000.100.01170.297.4569.22
Hex64FDE43C0A1aa6145
Octal144375344740121252141105
Binary110010011111101111001001111000101011010101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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