Html Css Color HEX #50ECFF Baby Blue

📋 copy color: '#50ECFF'

red 80 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #50ECFF

Tints of Baby Blue #50ECFF

RGB

 RED value IS 80 (31.64% from 255) = 14.01%

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

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

R = 14.01%
G = 41.33%
B = 44.66%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50ECFF (or 0x50ECFF) is known color: Baby Blue. HEX triplet: 50, EC and FF. RGB value is (80,236,255). Sum of RGB (Red+Green+Blue) = 80+236+255=571 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.01% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #50ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECFF is #AF1300. Grayscale: #BFBFBF. Windows color (decimal): -11473665 or 16772176. OLE color: 16772176.

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

Color convert

RGB 80 236 255 -
CMYK 0.69 0.07 0 0
HSL 186.51º 1% 0.66% -
HSV(B) 186.51º 0.69% 1% -
XYZ 51.35 68.92 105.2 -
YUV 191.52 163.82 48.46 -
System Red Green Blue C M Y K H S L
Decimal 80 236 255 0.69 0.07 0 0 186.51 1 0.66
Hex 50 EC FF 45 7 0 0 BB 64 42
Octal 120 354 377 105 7 0 0 273 144 102
Binary 1010000 11101100 11111111 1000101 111 0 0 10111011 1100100 1000010

Color Harmonies of #50ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECFF

Black with #50ECFF

Text Example


Text Example

White with #50ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50ECFF; }

 p { color: rgb(80,236,255); }

 H1.HeaderClassName
 {
   color: #50ECFF;
 }
 .AnyTagClassName
 {
   color: #50ECFF;
 }
</style>

background-color css

<style>
 a { background-color: #50ECFF; }

 a { background-color: rgb(80,236,255); }

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

border-color css

<style>
 span { border-color: #50ECFF; }

 span { border-color: rgb(80,236,255); }

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