Html Css Color HEX #50F6FA Baby Blue

📋 copy color: '#50F6FA'

red 80 ◦ green 246 ◦ blue 250

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

Shades of Baby Blue #50F6FA

Tints of Baby Blue #50F6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.71%

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

R = 13.89%
G = 42.71%
B = 43.4%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50F6FA (or 0x50F6FA) is known color: Baby Blue. HEX triplet: 50, F6 and FA. RGB value is (80,246,250). Sum of RGB (Red+Green+Blue) = 80+246+250=576 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.89% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #50F6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F6FA is #AF0905. Grayscale: #C4C4C4. Windows color (decimal): -11471110 or 16447056. OLE color: 16447056.

HSL color Cylindrical-coordinate representation of color #50F6FA: hue angle of 181.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F6FA is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 246 250 -
CMYK 0.68 0.02 0 0.02
HSL 181.41º 0.94% 0.65% -
HSV(B) 181.41º 0.68% 0.98% -
XYZ 53.52 74.52 102.01 -
YUV 196.82 158 44.67 -
System Red Green Blue C M Y K H S L
Decimal 80 246 250 0.68 0.02 0 0.02 181.41 0.94 0.65
Hex 50 F6 FA 44 2 0 2 B5 5E 41
Octal 120 366 372 104 2 0 2 265 136 101
Binary 1010000 11110110 11111010 1000100 10 0 10 10110101 1011110 1000001

Color Harmonies of #50F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F6FA

Black with #50F6FA

Text Example


Text Example

White with #50F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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