#64F6F3

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

Shades of Baby Blue #64F6F3

Tints of Baby Blue #64F6F3

Color information

#64F6F3 (or 0x64F6F3) is unknown color: approx Baby Blue. HEX triplet: 64, F6 and F3. RGB value is (100,246,243). Sum of RGB (Red+Green+Blue) = 100+246+243=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6F3 is #9B090C. Grayscale: #C9C9C9. Windows color (decimal): -10160397 or 15988324. OLE color: 15988324.

HSL color Cylindrical-coordinate representation of color #64F6F3: hue angle of 178.77º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6F3 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB100246243-
CMYK0.5900.010.04
HSL178.77º89.02%67.84%-
HSV(B)178.77º59.35%96.47%-
XYZ54.3975.0996.42-
YUV202151.1355.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.98%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 243 (95.31% from 255) = 41.26%
R=16.98%
G=41.77%
B=41.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002462430.5900.010.04178.7789.0267.84
Hex64F6F33B014b35944
Octal14436636373014263131104
Binary11001001111011011110011111011011001011001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,246,243); }

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

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

 a { background-color: rgb(100,246,243); }

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

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

 span { border-color: rgb(100,246,243); }

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