Html Css Color HEX #64FFF8 Baby Blue

📋 copy color: '#64FFF8'

red 100 ◦ green 255 ◦ blue 248

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

Shades of Baby Blue #64FFF8

Tints of Baby Blue #64FFF8

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 248 (97.27% from 255) = 41.13%

R = 16.58%
G = 42.29%
B = 41.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#64FFF8 (or 0x64FFF8) is known color: Baby Blue. HEX triplet: 64, FF and F8. RGB value is (100,255,248). Sum of RGB (Red+Green+Blue) = 100+255+248=603 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.58% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFF8 is #9B0007. Grayscale: #CFCFCF. Windows color (decimal): -10158088 or 16318308. OLE color: 16318308.

HSL color Cylindrical-coordinate representation of color #64FFF8: hue angle of 177.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFF8 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 100 255 248 -
CMYK 0.61 0 0.03 0
HSL 177.29º 1% 0.7% -
HSV(B) 177.29º 0.61% 1% -
XYZ 57.96 81.01 101.39 -
YUV 207.86 150.65 51.07 -
System Red Green Blue C M Y K H S L
Decimal 100 255 248 0.61 0 0.03 0 177.29 1 0.7
Hex 64 FF F8 3D 0 3 0 B1 64 46
Octal 144 377 370 75 0 3 0 261 144 106
Binary 1100100 11111111 11111000 111101 0 11 0 10110001 1100100 1000110

Color Harmonies of #64FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FFF8

Black with #64FFF8

Text Example


Text Example

White with #64FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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