Html Css Color HEX #64F8FC Baby Blue

📋 copy color: '#64F8FC'

red 100 ◦ green 248 ◦ blue 252

#64F8FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #64F8FC

Tints of Baby Blue #64F8FC

RGB

 RED value IS 100 (39.45% from 255) = 16.67%

 GREEN value IS 248 (97.27% from 255) = 41.33%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 16.67%
G = 41.33%
B = 42%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64F8FC (or 0x64F8FC) is known color: Baby Blue. HEX triplet: 64, F8 and FC. RGB value is (100,248,252). Sum of RGB (Red+Green+Blue) = 100+248+252=600 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #64F8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F8FC is #9B0703. Grayscale: #CCCCCC. Windows color (decimal): -10159876 or 16578660. OLE color: 16578660.

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

Color convert

RGB 100 248 252 -
CMYK 0.60 0.02 0 0.01
HSL 181.58º 0.96% 0.69% -
HSV(B) 181.58º 0.6% 0.99% -
XYZ 56.39 76.87 103.96 -
YUV 204.2 154.97 53.67 -
System Red Green Blue C M Y K H S L
Decimal 100 248 252 0.60 0.02 0 0.01 181.58 0.96 0.69
Hex 64 F8 FC 3C 2 0 1 B6 60 45
Octal 144 370 374 74 2 0 1 266 140 105
Binary 1100100 11111000 11111100 111100 10 0 1 10110110 1100000 1000101

Color Harmonies of #64F8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F8FC

Black with #64F8FC

Text Example


Text Example

White with #64F8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,248,252); }

 H1.HeaderClassName
 {
   color: #64F8FC;
 }
 .AnyTagClassName
 {
   color: #64F8FC;
 }
</style>

background-color css

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

 a { background-color: rgb(100,248,252); }

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

border-color css

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

 span { border-color: rgb(100,248,252); }

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