Html Css Color HEX #64FAF7 Baby Blue

📋 copy color: '#64FAF7'

red 100 ◦ green 250 ◦ blue 247

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

Shades of Baby Blue #64FAF7

Tints of Baby Blue #64FAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 16.75%
G = 41.88%
B = 41.37%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#64FAF7 (or 0x64FAF7) is known color: Baby Blue. HEX triplet: 64, FA and F7. RGB value is (100,250,247). Sum of RGB (Red+Green+Blue) = 100+250+247=597 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.75% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAF7 is #9B0508. Grayscale: #CCCCCC. Windows color (decimal): -10159369 or 16251492. OLE color: 16251492.

HSL color Cylindrical-coordinate representation of color #64FAF7: hue angle of 178.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAF7 is Cyan = 0.6, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 247 -
CMYK 0.6 0 0.01 0.02
HSL 178.8º 0.94% 0.69% -
HSV(B) 178.8º 0.6% 0.98% -
XYZ 56.23 77.8 100.05 -
YUV 204.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 100 250 247 0.6 0 0.01 0.02 178.8 0.94 0.69
Hex 64 FA F7 3C 0 1 2 B3 5E 45
Octal 144 372 367 74 0 1 2 263 136 105
Binary 1100100 11111010 11110111 111100 0 1 10 10110011 1011110 1000101

Color Harmonies of #64FAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAF7

Black with #64FAF7

Text Example


Text Example

White with #64FAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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