#64EDFE

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

Shades of Baby Blue #64EDFE

Tints of Baby Blue #64EDFE

Color information

#64EDFE (or 0x64EDFE) is unknown color: approx Baby Blue. HEX triplet: 64, ED and FE. RGB value is (100,237,254). Sum of RGB (Red+Green+Blue) = 100+237+254=591 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.92% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EDFE is #9B1201. Grayscale: #C5C5C5. Windows color (decimal): -10162690 or 16706916. OLE color: 16706916.

HSL color Cylindrical-coordinate representation of color #64EDFE: hue angle of 186.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64EDFE is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100237254-
CMYK0.610.0700.00
HSL186.62º98.72%69.41%-
HSV(B)186.62º60.63%99.61%-
XYZ53.4370.43104.54-
YUV197.98159.6158.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.92%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=16.92%
G=40.10%
B=42.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002372540.610.0700.00186.6298.7269.41
Hex64EDFE3D700bb6345
Octal14435537675700273143105
Binary11001001110110111111110111101111001011101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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