Html Css Color HEX #64FFFA Baby Blue

📋 copy color: '#64FFFA'

red 100 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #64FFFA

Tints of Baby Blue #64FFFA

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 100 255 250 -
CMYK 0.61 0 0.02 0
HSL 178.06º 1% 0.7% -
HSV(B) 178.06º 0.61% 1% -
XYZ 58.27 81.13 103.03 -
YUV 208.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 100 255 250 0.61 0 0.02 0 178.06 1 0.7
Hex 64 FF FA 3D 0 2 0 B2 64 46
Octal 144 377 372 75 0 2 0 262 144 106
Binary 1100100 11111111 11111010 111101 0 10 0 10110010 1100100 1000110

Color Harmonies of #64FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FFFA

Black with #64FFFA

Text Example


Text Example

White with #64FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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