Html Css Color HEX #50FFFA Baby Blue

📋 copy color: '#50FFFA'

red 80 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #50FFFA

Tints of Baby Blue #50FFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 13.68%
G = 43.59%
B = 42.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#50FFFA (or 0x50FFFA) is known color: Baby Blue. HEX triplet: 50, FF and FA. RGB value is (80,255,250). Sum of RGB (Red+Green+Blue) = 80+255+250=585 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.68% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFFA is #AF0005. Grayscale: #C9C9C9. Windows color (decimal): -11468806 or 16449360. OLE color: 16449360.

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

Color convert

RGB 80 255 250 -
CMYK 0.69 0 0.02 0
HSL 178.29º 1% 0.66% -
HSV(B) 178.29º 0.69% 1% -
XYZ 56.32 80.13 102.94 -
YUV 202.11 155.02 40.91 -
System Red Green Blue C M Y K H S L
Decimal 80 255 250 0.69 0 0.02 0 178.29 1 0.66
Hex 50 FF FA 45 0 2 0 B2 64 42
Octal 120 377 372 105 0 2 0 262 144 102
Binary 1010000 11111111 11111010 1000101 0 10 0 10110010 1100100 1000010

Color Harmonies of #50FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFFA

Black with #50FFFA

Text Example


Text Example

White with #50FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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