#64EAFE

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

Shades of Baby Blue #64EAFE

Tints of Baby Blue #64EAFE

Color information

#64EAFE (or 0x64EAFE) is unknown color: approx Baby Blue. HEX triplet: 64, EA and FE. RGB value is (100,234,254). Sum of RGB (Red+Green+Blue) = 100+234+254=588 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.01% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAFE is #9B1501. Grayscale: #C4C4C4. Windows color (decimal): -10163458 or 16706148. OLE color: 16706148.

HSL color Cylindrical-coordinate representation of color #64EAFE: hue angle of 187.79º 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 #64EAFE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100234254-
CMYK0.610.0800.00
HSL187.79º98.72%69.41%-
HSV(B)187.79º60.63%99.61%-
XYZ52.5768.71104.26-
YUV196.21160.6159.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.01%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=17.01%
G=39.80%
B=43.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002342540.610.0800.00187.7998.7269.41
Hex64EAFE3D800bc6345
Octal144352376751000274143105
Binary110010011101010111111101111011000001011110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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