Html Css Color HEX #50FCED Baby Blue

📋 copy color: '#50FCED'

red 80 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #50FCED

Tints of Baby Blue #50FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 14.06%
G = 44.29%
B = 41.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#50FCED (or 0x50FCED) is known color: Baby Blue. HEX triplet: 50, FC and ED. RGB value is (80,252,237). Sum of RGB (Red+Green+Blue) = 80+252+237=569 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.06% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCED is #AF0312. Grayscale: #C6C6C6. Windows color (decimal): -11469587 or 15596624. OLE color: 15596624.

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

Color convert

RGB 80 252 237 -
CMYK 0.68 0 0.06 0.01
HSL 174.77º 0.97% 0.65% -
HSV(B) 174.77º 0.68% 0.99% -
XYZ 53.4 77.44 92.25 -
YUV 198.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 80 252 237 0.68 0 0.06 0.01 174.77 0.97 0.65
Hex 50 FC ED 44 0 6 1 AF 61 41
Octal 120 374 355 104 0 6 1 257 141 101
Binary 1010000 11111100 11101101 1000100 0 110 1 10101111 1100001 1000001

Color Harmonies of #50FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCED

Black with #50FCED

Text Example


Text Example

White with #50FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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