Html Css Color HEX #50FCFA Baby Blue

📋 copy color: '#50FCFA'

red 80 ◦ green 252 ◦ blue 250

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

Shades of Baby Blue #50FCFA

Tints of Baby Blue #50FCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 13.75%
G = 43.3%
B = 42.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#50FCFA (or 0x50FCFA) is known color: Baby Blue. HEX triplet: 50, FC and FA. RGB value is (80,252,250). Sum of RGB (Red+Green+Blue) = 80+252+250=582 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.75% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCFA is #AF0305. Grayscale: #C8C8C8. Windows color (decimal): -11469574 or 16448592. OLE color: 16448592.

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

Color convert

RGB 80 252 250 -
CMYK 0.68 0 0.01 0.01
HSL 179.3º 0.97% 0.65% -
HSV(B) 179.3º 0.68% 0.99% -
XYZ 55.37 78.23 102.62 -
YUV 200.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 80 252 250 0.68 0 0.01 0.01 179.3 0.97 0.65
Hex 50 FC FA 44 0 1 1 B3 61 41
Octal 120 374 372 104 0 1 1 263 141 101
Binary 1010000 11111100 11111010 1000100 0 1 1 10110011 1100001 1000001

Color Harmonies of #50FCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCFA

Black with #50FCFA

Text Example


Text Example

White with #50FCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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