#50FAF6

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

Shades of Baby Blue #50FAF6

Tints of Baby Blue #50FAF6

Color information

#50FAF6 (or 0x50FAF6) is unknown color: approx Baby Blue. HEX triplet: 50, FA and F6. RGB value is (80,250,246). Sum of RGB (Red+Green+Blue) = 80+250+246=576 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.89% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FAF6 is #AF0509. Grayscale: #C6C6C6. Windows color (decimal): -11470090 or 16185936. OLE color: 16185936.

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

Color convert

RGB80250246-
CMYK0.6800.020.02
HSL178.59º94.44%64.71%-
HSV(B)178.59º68%98.04%-
XYZ54.1376.7399.15-
YUV198.71154.6843.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 13.89%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=13.89%
G=43.40%
B=42.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802502460.6800.020.02178.5994.4464.71
Hex50FAF644022b35e41
Octal120372366104022263136101
Binary101000011111010111101101000100010101011001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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