#64F9FD

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

Shades of Baby Blue #64F9FD

Tints of Baby Blue #64F9FD

Color information

#64F9FD (or 0x64F9FD) is unknown color: approx Baby Blue. HEX triplet: 64, F9 and FD. RGB value is (100,249,253). Sum of RGB (Red+Green+Blue) = 100+249+253=602 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.61% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #64F9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F9FD is #9B0602. Grayscale: #CCCCCC. Windows color (decimal): -10159619 or 16644452. OLE color: 16644452.

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

Color convert

RGB100249253-
CMYK0.600.0200.01
HSL181.57º97.45%69.22%-
HSV(B)181.57º60.47%99.22%-
XYZ56.8677.55104.9-
YUV204.9155.1453.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.61%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=16.61%
G=41.36%
B=42.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002492530.600.0200.01181.5797.4569.22
Hex64F9FD3C201b66145
Octal14437137574201266141105
Binary1100100111110011111110111110010011011011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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