Html Css Color HEX #64FEFB Baby Blue

📋 copy color: '#64FEFB'

red 100 ◦ green 254 ◦ blue 251

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

Shades of Baby Blue #64FEFB

Tints of Baby Blue #64FEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.49%

R = 16.53%
G = 41.98%
B = 41.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#64FEFB (or 0x64FEFB) is known color: Baby Blue. HEX triplet: 64, FE and FB. RGB value is (100,254,251). Sum of RGB (Red+Green+Blue) = 100+254+251=605 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.53% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEFB is #9B0104. Grayscale: #CFCFCF. Windows color (decimal): -10158341 or 16514660. OLE color: 16514660.

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

Color convert

RGB 100 254 251 -
CMYK 0.61 0 0.01 0.00
HSL 178.83º 0.99% 0.69% -
HSV(B) 178.83º 0.61% 1% -
XYZ 58.11 80.56 103.75 -
YUV 207.61 152.48 51.24 -
System Red Green Blue C M Y K H S L
Decimal 100 254 251 0.61 0 0.01 0.00 178.83 0.99 0.69
Hex 64 FE FB 3D 0 1 0 B3 63 45
Octal 144 376 373 75 0 1 0 263 143 105
Binary 1100100 11111110 11111011 111101 0 1 0 10110011 1100011 1000101

Color Harmonies of #64FEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEFB

Black with #64FEFB

Text Example


Text Example

White with #64FEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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