Html Css Color HEX #51FDFB Baby Blue

📋 copy color: '#51FDFB'

red 81 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #51FDFB

Tints of Baby Blue #51FDFB

RGB

 RED value IS 81 (32.03% from 255) = 13.85%

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

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

R = 13.85%
G = 43.25%
B = 42.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#51FDFB (or 0x51FDFB) is known color: Baby Blue. HEX triplet: 51, FD and FB. RGB value is (81,253,251). Sum of RGB (Red+Green+Blue) = 81+253+251=585 (77% of max value = 765). Red value is 81 (32.03% from 255 or 13.85% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FDFB is #AE0204. Grayscale: #C9C9C9. Windows color (decimal): -11403781 or 16514385. OLE color: 16514385.

HSL color Cylindrical-coordinate representation of color #51FDFB: hue angle of 179.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDFB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 253 251 -
CMYK 0.68 0 0.01 0.01
HSL 179.3º 0.98% 0.65% -
HSV(B) 179.3º 0.68% 0.99% -
XYZ 55.93 78.96 103.56 -
YUV 201.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 81 253 251 0.68 0 0.01 0.01 179.3 0.98 0.65
Hex 51 FD FB 44 0 1 1 B3 62 41
Octal 121 375 373 104 0 1 1 263 142 101
Binary 1010001 11111101 11111011 1000100 0 1 1 10110011 1100010 1000001

Color Harmonies of #51FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FDFB

Black with #51FDFB

Text Example


Text Example

White with #51FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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