Html Css Color HEX #50FBFE Baby Blue

📋 copy color: '#50FBFE'

red 80 ◦ green 251 ◦ blue 254

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

Shades of Baby Blue #50FBFE

Tints of Baby Blue #50FBFE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.91%

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

R = 13.68%
G = 42.91%
B = 43.42%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50FBFE (or 0x50FBFE) is known color: Baby Blue. HEX triplet: 50, FB and FE. RGB value is (80,251,254). Sum of RGB (Red+Green+Blue) = 80+251+254=585 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.68% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #50FBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FBFE is #AF0401. Grayscale: #C8C8C8. Windows color (decimal): -11469826 or 16710480. OLE color: 16710480.

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

Color convert

RGB 80 251 254 -
CMYK 0.69 0.01 0 0.00
HSL 181.03º 0.99% 0.65% -
HSV(B) 181.03º 0.69% 1% -
XYZ 55.69 77.86 105.86 -
YUV 200.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 80 251 254 0.69 0.01 0 0.00 181.03 0.99 0.65
Hex 50 FB FE 45 1 0 0 B5 63 41
Octal 120 373 376 105 1 0 0 265 143 101
Binary 1010000 11111011 11111110 1000101 1 0 0 10110101 1100011 1000001

Color Harmonies of #50FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBFE

Black with #50FBFE

Text Example


Text Example

White with #50FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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