Html Css Color HEX #51ECFC Baby Blue

📋 copy color: '#51ECFC'

red 81 ◦ green 236 ◦ blue 252

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

Shades of Baby Blue #51ECFC

Tints of Baby Blue #51ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

 BLUE value IS 252 (98.83% from 255) = 44.29%

R = 14.24%
G = 41.48%
B = 44.29%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#51ECFC (or 0x51ECFC) is known color: Baby Blue. HEX triplet: 51, EC and FC. RGB value is (81,236,252). Sum of RGB (Red+Green+Blue) = 81+236+252=569 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.24% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #51ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51ECFC is #AE1303. Grayscale: #BFBFBF. Windows color (decimal): -11408132 or 16575569. OLE color: 16575569.

HSL color Cylindrical-coordinate representation of color #51ECFC: hue angle of 185.61º degrees, saturation: 0.97, 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 #51ECFC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 236 252 -
CMYK 0.68 0.06 0 0.01
HSL 185.61º 0.97% 0.65% -
HSV(B) 185.61º 0.68% 0.99% -
XYZ 50.96 68.77 102.68 -
YUV 191.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 81 236 252 0.68 0.06 0 0.01 185.61 0.97 0.65
Hex 51 EC FC 44 6 0 1 BA 61 41
Octal 121 354 374 104 6 0 1 272 141 101
Binary 1010001 11101100 11111100 1000100 110 0 1 10111010 1100001 1000001

Color Harmonies of #51ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECFC

Black with #51ECFC

Text Example


Text Example

White with #51ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,236,252); }

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

background-color css

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

 a { background-color: rgb(81,236,252); }

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

border-color css

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

 span { border-color: rgb(81,236,252); }

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