Html Css Color HEX #50FCF6 Baby Blue

📋 copy color: '#50FCF6'

red 80 ◦ green 252 ◦ blue 246

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

Shades of Baby Blue #50FCF6

Tints of Baby Blue #50FCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 13.84%
G = 43.6%
B = 42.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#50FCF6 (or 0x50FCF6) is known color: Baby Blue. HEX triplet: 50, FC and F6. RGB value is (80,252,246). Sum of RGB (Red+Green+Blue) = 80+252+246=578 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.84% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCF6 is #AF0309. Grayscale: #C7C7C7. Windows color (decimal): -11469578 or 16186448. OLE color: 16186448.

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

Color convert

RGB 80 252 246 -
CMYK 0.68 0 0.02 0.01
HSL 177.91º 0.97% 0.65% -
HSV(B) 177.91º 0.68% 0.99% -
XYZ 54.75 77.98 99.35 -
YUV 199.89 154.02 42.49 -
System Red Green Blue C M Y K H S L
Decimal 80 252 246 0.68 0 0.02 0.01 177.91 0.97 0.65
Hex 50 FC F6 44 0 2 1 B2 61 41
Octal 120 374 366 104 0 2 1 262 141 101
Binary 1010000 11111100 11110110 1000100 0 10 1 10110010 1100001 1000001

Color Harmonies of #50FCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCF6

Black with #50FCF6

Text Example


Text Example

White with #50FCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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