Html Css Color HEX #50F1FC Baby Blue

📋 copy color: '#50F1FC'

red 80 ◦ green 241 ◦ blue 252

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

Shades of Baby Blue #50F1FC

Tints of Baby Blue #50F1FC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.06%

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 13.96%
G = 42.06%
B = 43.98%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50F1FC (or 0x50F1FC) is known color: Baby Blue. HEX triplet: 50, F1 and FC. RGB value is (80,241,252). Sum of RGB (Red+Green+Blue) = 80+241+252=573 (75% of max value = 765). Red value is 80 (31.64% from 255 or 13.96% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #50F1FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F1FC is #AF0E03. Grayscale: #C1C1C1. Windows color (decimal): -11472388 or 16576848. OLE color: 16576848.

HSL color Cylindrical-coordinate representation of color #50F1FC: hue angle of 183.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F1FC is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 241 252 -
CMYK 0.68 0.04 0 0.01
HSL 183.84º 0.97% 0.65% -
HSV(B) 183.84º 0.68% 0.99% -
XYZ 52.33 71.64 103.17 -
YUV 194.12 160.66 46.61 -
System Red Green Blue C M Y K H S L
Decimal 80 241 252 0.68 0.04 0 0.01 183.84 0.97 0.65
Hex 50 F1 FC 44 4 0 1 B8 61 41
Octal 120 361 374 104 4 0 1 270 141 101
Binary 1010000 11110001 11111100 1000100 100 0 1 10111000 1100001 1000001

Color Harmonies of #50F1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F1FC

Black with #50F1FC

Text Example


Text Example

White with #50F1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,241,252); }

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

background-color css

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

 a { background-color: rgb(80,241,252); }

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

border-color css

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

 span { border-color: rgb(80,241,252); }

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