Html Css Color HEX #64FEF6 Baby Blue

📋 copy color: '#64FEF6'

red 100 ◦ green 254 ◦ blue 246

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

Shades of Baby Blue #64FEF6

Tints of Baby Blue #64FEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.33%

 BLUE value IS 246 (96.48% from 255) = 41%

R = 16.67%
G = 42.33%
B = 41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#64FEF6 (or 0x64FEF6) is known color: Baby Blue. HEX triplet: 64, FE and F6. RGB value is (100,254,246). Sum of RGB (Red+Green+Blue) = 100+254+246=600 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEF6 is #9B0109. Grayscale: #CECECE. Windows color (decimal): -10158346 or 16186980. OLE color: 16186980.

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

Color convert

RGB 100 254 246 -
CMYK 0.61 0 0.03 0.00
HSL 176.88º 0.99% 0.69% -
HSV(B) 176.88º 0.61% 1% -
XYZ 57.33 80.25 99.66 -
YUV 207.04 149.98 51.65 -
System Red Green Blue C M Y K H S L
Decimal 100 254 246 0.61 0 0.03 0.00 176.88 0.99 0.69
Hex 64 FE F6 3D 0 3 0 B1 63 45
Octal 144 376 366 75 0 3 0 261 143 105
Binary 1100100 11111110 11110110 111101 0 11 0 10110001 1100011 1000101

Color Harmonies of #64FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEF6

Black with #64FEF6

Text Example


Text Example

White with #64FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,254,246); }

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

background-color css

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

 a { background-color: rgb(100,254,246); }

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

border-color css

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

 span { border-color: rgb(100,254,246); }

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