Html Css Color HEX #50EEFF Baby Blue

📋 copy color: '#50EEFF'

red 80 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #50EEFF

Tints of Baby Blue #50EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.54%

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

R = 13.96%
G = 41.54%
B = 44.5%

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

#50EEFF (or 0x50EEFF) is known color: Baby Blue. HEX triplet: 50, EE and FF. RGB value is (80,238,255). Sum of RGB (Red+Green+Blue) = 80+238+255=573 (75% of max value = 765). Red value is 80 (31.64% from 255 or 13.96% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #50EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EEFF is #AF1100. Grayscale: #C0C0C0. Windows color (decimal): -11473153 or 16772688. OLE color: 16772688.

HSL color Cylindrical-coordinate representation of color #50EEFF: hue angle of 185.83º 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 #50EEFF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 238 255 -
CMYK 0.69 0.07 0 0
HSL 185.83º 1% 0.66% -
HSV(B) 185.83º 0.69% 1% -
XYZ 51.93 70.07 105.4 -
YUV 192.7 163.15 47.62 -
System Red Green Blue C M Y K H S L
Decimal 80 238 255 0.69 0.07 0 0 185.83 1 0.66
Hex 50 EE FF 45 7 0 0 BA 64 42
Octal 120 356 377 105 7 0 0 272 144 102
Binary 1010000 11101110 11111111 1000101 111 0 0 10111010 1100100 1000010

Color Harmonies of #50EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEFF

Black with #50EEFF

Text Example


Text Example

White with #50EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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