Html Css Color HEX #64FDFB Baby Blue

📋 copy color: '#64FDFB'

red 100 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #64FDFB

Tints of Baby Blue #64FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.89%

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

R = 16.56%
G = 41.89%
B = 41.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#64FDFB (or 0x64FDFB) is known color: Baby Blue. HEX triplet: 64, FD and FB. RGB value is (100,253,251). Sum of RGB (Red+Green+Blue) = 100+253+251=604 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.56% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FDFB is #9B0204. Grayscale: #CECECE. Windows color (decimal): -10158597 or 16514404. OLE color: 16514404.

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

Color convert

RGB 100 253 251 -
CMYK 0.60 0 0.01 0.01
HSL 179.22º 0.97% 0.69% -
HSV(B) 179.22º 0.6% 0.99% -
XYZ 57.79 79.92 103.65 -
YUV 207.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 100 253 251 0.60 0 0.01 0.01 179.22 0.97 0.69
Hex 64 FD FB 3C 0 1 1 B3 61 45
Octal 144 375 373 74 0 1 1 263 141 105
Binary 1100100 11111101 11111011 111100 0 1 1 10110011 1100001 1000101

Color Harmonies of #64FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FDFB

Black with #64FDFB

Text Example


Text Example

White with #64FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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