Html Css Color HEX #51FAFF Baby Blue

📋 copy color: '#51FAFF'

red 81 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #51FAFF

Tints of Baby Blue #51FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 13.82%
G = 42.66%
B = 43.52%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51FAFF (or 0x51FAFF) is known color: Baby Blue. HEX triplet: 51, FA and FF. RGB value is (81,250,255). Sum of RGB (Red+Green+Blue) = 81+250+255=586 (77% of max value = 765). Red value is 81 (32.03% from 255 or 13.82% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #51FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAFF is #AE0500. Grayscale: #C7C7C7. Windows color (decimal): -11404545 or 16775761. OLE color: 16775761.

HSL color Cylindrical-coordinate representation of color #51FAFF: hue angle of 181.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FAFF is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 250 255 -
CMYK 0.68 0.02 0 0
HSL 181.72º 1% 0.66% -
HSV(B) 181.72º 0.68% 1% -
XYZ 55.63 77.34 106.6 -
YUV 200.04 159.01 43.09 -
System Red Green Blue C M Y K H S L
Decimal 81 250 255 0.68 0.02 0 0 181.72 1 0.66
Hex 51 FA FF 44 2 0 0 B6 64 42
Octal 121 372 377 104 2 0 0 266 144 102
Binary 1010001 11111010 11111111 1000100 10 0 0 10110110 1100100 1000010

Color Harmonies of #51FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FAFF

Black with #51FAFF

Text Example


Text Example

White with #51FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,250,255); }

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

background-color css

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

 a { background-color: rgb(81,250,255); }

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

border-color css

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

 span { border-color: rgb(81,250,255); }

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