#50F7FA

Color #50F7FA Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #50F7FA

Tints of Baby Blue #50F7FA

Color information

#50F7FA (or 0x50F7FA) is unknown color: approx Baby Blue. HEX triplet: 50, F7 and FA. RGB value is (80,247,250). Sum of RGB (Red+Green+Blue) = 80+247+250=577 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.86% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #50F7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F7FA is #AF0805. Grayscale: #C5C5C5. Windows color (decimal): -11470854 or 16447312. OLE color: 16447312.

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

Color convert

RGB80247250-
CMYK0.680.0100.02
HSL181.06º94.44%64.71%-
HSV(B)181.06º68%98.04%-
XYZ53.8275.13102.11-
YUV197.41157.6744.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 13.86%
GREEN value IS 247 (96.88% from 255) = 42.81%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=13.86%
G=42.81%
B=43.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802472500.680.0100.02181.0694.4464.71
Hex50F7FA44102b55e41
Octal120367372104102265136101
Binary10100001111011111111010100010010101011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50F7FA;
 }
 .AnyTagClassName
 {
   color: #50F7FA;
 }
</style>
background-color css

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

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

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

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

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

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