Html Css Color HEX #50FCFF Baby Blue

📋 copy color: '#50FCFF'

red 80 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #50FCFF

Tints of Baby Blue #50FCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 13.63%
G = 42.93%
B = 43.44%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50FCFF (or 0x50FCFF) is known color: Baby Blue. HEX triplet: 50, FC and FF. RGB value is (80,252,255). Sum of RGB (Red+Green+Blue) = 80+252+255=587 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.63% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #50FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCFF is #AF0300. Grayscale: #C8C8C8. Windows color (decimal): -11469569 or 16776272. OLE color: 16776272.

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

Color convert

RGB 80 252 255 -
CMYK 0.69 0.01 0 0
HSL 181.03º 1% 0.66% -
HSV(B) 181.03º 0.69% 1% -
XYZ 56.17 78.55 106.81 -
YUV 200.91 158.52 41.76 -
System Red Green Blue C M Y K H S L
Decimal 80 252 255 0.69 0.01 0 0 181.03 1 0.66
Hex 50 FC FF 45 1 0 0 B5 64 42
Octal 120 374 377 105 1 0 0 265 144 102
Binary 1010000 11111100 11111111 1000101 1 0 0 10110101 1100100 1000010

Color Harmonies of #50FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCFF

Black with #50FCFF

Text Example


Text Example

White with #50FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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