Html Css Color HEX #50FCEA Baby Blue

📋 copy color: '#50FCEA'

red 80 ◦ green 252 ◦ blue 234

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

Shades of Baby Blue #50FCEA

Tints of Baby Blue #50FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 14.13%
G = 44.52%
B = 41.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#50FCEA (or 0x50FCEA) is known color: Baby Blue. HEX triplet: 50, FC and EA. RGB value is (80,252,234). Sum of RGB (Red+Green+Blue) = 80+252+234=566 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.13% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCEA is #AF0315. Grayscale: #C6C6C6. Windows color (decimal): -11469590 or 15400016. OLE color: 15400016.

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

Color convert

RGB 80 252 234 -
CMYK 0.68 0 0.07 0.01
HSL 173.72º 0.97% 0.65% -
HSV(B) 173.72º 0.68% 0.99% -
XYZ 52.97 77.27 89.96 -
YUV 198.52 148.02 43.46 -
System Red Green Blue C M Y K H S L
Decimal 80 252 234 0.68 0 0.07 0.01 173.72 0.97 0.65
Hex 50 FC EA 44 0 7 1 AE 61 41
Octal 120 374 352 104 0 7 1 256 141 101
Binary 1010000 11111100 11101010 1000100 0 111 1 10101110 1100001 1000001

Color Harmonies of #50FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCEA

Black with #50FCEA

Text Example


Text Example

White with #50FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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