Html Css Color HEX #64FAFF Baby Blue

📋 copy color: '#64FAFF'

red 100 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #64FAFF

Tints of Baby Blue #64FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.32%

 BLUE value IS 255 (100% from 255) = 42.15%

R = 16.53%
G = 41.32%
B = 42.15%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64FAFF (or 0x64FAFF) is known color: Baby Blue. HEX triplet: 64, FA and FF. RGB value is (100,250,255). Sum of RGB (Red+Green+Blue) = 100+250+255=605 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.53% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #64FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAFF is #9B0500. Grayscale: #CDCDCD. Windows color (decimal): -10159361 or 16775780. OLE color: 16775780.

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

Color convert

RGB 100 250 255 -
CMYK 0.61 0.02 0 0
HSL 181.94º 1% 0.7% -
HSV(B) 181.94º 0.61% 1% -
XYZ 57.49 78.3 106.69 -
YUV 205.72 155.81 52.59 -
System Red Green Blue C M Y K H S L
Decimal 100 250 255 0.61 0.02 0 0 181.94 1 0.7
Hex 64 FA FF 3D 2 0 0 B6 64 46
Octal 144 372 377 75 2 0 0 266 144 106
Binary 1100100 11111010 11111111 111101 10 0 0 10110110 1100100 1000110

Color Harmonies of #64FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAFF

Black with #64FAFF

Text Example


Text Example

White with #64FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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