Html Css Color HEX #50FEFF Baby Blue

📋 copy color: '#50FEFF'

red 80 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #50FEFF

Tints of Baby Blue #50FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.12%

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

R = 13.58%
G = 43.12%
B = 43.29%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50FEFF (or 0x50FEFF) is known color: Baby Blue. HEX triplet: 50, FE and FF. RGB value is (80,254,255). Sum of RGB (Red+Green+Blue) = 80+254+255=589 (78% of max value = 765). Red value is 80 (31.64% from 255 or 13.58% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #50FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEFF is #AF0100. Grayscale: #C9C9C9. Windows color (decimal): -11469057 or 16776784. OLE color: 16776784.

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

Color convert

RGB 80 254 255 -
CMYK 0.69 0.00 0 0
HSL 180.34º 1% 0.66% -
HSV(B) 180.34º 0.69% 1% -
XYZ 56.8 79.81 107.02 -
YUV 202.09 157.85 40.92 -
System Red Green Blue C M Y K H S L
Decimal 80 254 255 0.69 0.00 0 0 180.34 1 0.66
Hex 50 FE FF 45 0 0 0 B4 64 42
Octal 120 376 377 105 0 0 0 264 144 102
Binary 1010000 11111110 11111111 1000101 0 0 0 10110100 1100100 1000010

Color Harmonies of #50FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEFF

Black with #50FEFF

Text Example


Text Example

White with #50FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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