#64F9EA

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

Shades of Baby Blue #64F9EA

Tints of Baby Blue #64F9EA

Color information

#64F9EA (or 0x64F9EA) is unknown color: approx Baby Blue. HEX triplet: 64, F9 and EA. RGB value is (100,249,234). Sum of RGB (Red+Green+Blue) = 100+249+234=583 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.15% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F9EA is #9B0615. Grayscale: #CACACA. Windows color (decimal): -10159638 or 15399268. OLE color: 15399268.

HSL color Cylindrical-coordinate representation of color #64F9EA: hue angle of 173.96º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9EA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB100249234-
CMYK0.6000.060.02
HSL173.96º92.55%68.43%-
HSV(B)173.96º59.84%97.65%-
XYZ53.9876.489.74-
YUV202.74145.6454.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.15%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=17.15%
G=42.71%
B=40.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002492340.6000.060.02173.9692.5568.43
Hex64F9EA3C062ae5d44
Octal14437135274062256135104
Binary110010011111001111010101111000110101010111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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