Html Css Color HEX #51ECFE Baby Blue

📋 copy color: '#51ECFE'

red 81 ◦ green 236 ◦ blue 254

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

Shades of Baby Blue #51ECFE

Tints of Baby Blue #51ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 14.19%
G = 41.33%
B = 44.48%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51ECFE (or 0x51ECFE) is known color: Baby Blue. HEX triplet: 51, EC and FE. RGB value is (81,236,254). Sum of RGB (Red+Green+Blue) = 81+236+254=571 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.19% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #51ECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51ECFE is #AE1301. Grayscale: #BFBFBF. Windows color (decimal): -11408130 or 16706641. OLE color: 16706641.

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

Color convert

RGB 81 236 254 -
CMYK 0.68 0.07 0 0.00
HSL 186.24º 0.99% 0.66% -
HSV(B) 186.24º 0.68% 1% -
XYZ 51.28 68.9 104.36 -
YUV 191.71 163.15 49.04 -
System Red Green Blue C M Y K H S L
Decimal 81 236 254 0.68 0.07 0 0.00 186.24 0.99 0.66
Hex 51 EC FE 44 7 0 0 BA 63 42
Octal 121 354 376 104 7 0 0 272 143 102
Binary 1010001 11101100 11111110 1000100 111 0 0 10111010 1100011 1000010

Color Harmonies of #51ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECFE

Black with #51ECFE

Text Example


Text Example

White with #51ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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