Html Css Color HEX #50F5FE Baby Blue

📋 copy color: '#50F5FE'

red 80 ◦ green 245 ◦ blue 254

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

Shades of Baby Blue #50F5FE

Tints of Baby Blue #50F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.31%

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 13.82%
G = 42.31%
B = 43.87%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50F5FE (or 0x50F5FE) is known color: Baby Blue. HEX triplet: 50, F5 and FE. RGB value is (80,245,254). Sum of RGB (Red+Green+Blue) = 80+245+254=579 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.82% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #50F5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F5FE is #AF0A01. Grayscale: #C4C4C4. Windows color (decimal): -11471362 or 16708944. OLE color: 16708944.

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

Color convert

RGB 80 245 254 -
CMYK 0.69 0.04 0 0.00
HSL 183.1º 0.99% 0.65% -
HSV(B) 183.1º 0.69% 1% -
XYZ 53.85 74.17 105.24 -
YUV 196.69 160.34 44.77 -
System Red Green Blue C M Y K H S L
Decimal 80 245 254 0.69 0.04 0 0.00 183.1 0.99 0.65
Hex 50 F5 FE 45 4 0 0 B7 63 41
Octal 120 365 376 105 4 0 0 267 143 101
Binary 1010000 11110101 11111110 1000101 100 0 0 10110111 1100011 1000001

Color Harmonies of #50F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F5FE

Black with #50F5FE

Text Example


Text Example

White with #50F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,245,254); }

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

background-color css

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

 a { background-color: rgb(80,245,254); }

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

border-color css

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

 span { border-color: rgb(80,245,254); }

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