Html Css Color HEX #50FCEE Baby Blue

📋 copy color: '#50FCEE'

red 80 ◦ green 252 ◦ blue 238

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

Shades of Baby Blue #50FCEE

Tints of Baby Blue #50FCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 14.04%
G = 44.21%
B = 41.75%

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

#50FCEE (or 0x50FCEE) is known color: Baby Blue. HEX triplet: 50, FC and EE. RGB value is (80,252,238). Sum of RGB (Red+Green+Blue) = 80+252+238=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCEE is #AF0311. Grayscale: #C6C6C6. Windows color (decimal): -11469586 or 15662160. OLE color: 15662160.

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

Color convert

RGB 80 252 238 -
CMYK 0.68 0 0.06 0.01
HSL 175.12º 0.97% 0.65% -
HSV(B) 175.12º 0.68% 0.99% -
XYZ 53.55 77.5 93.03 -
YUV 198.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 80 252 238 0.68 0 0.06 0.01 175.12 0.97 0.65
Hex 50 FC EE 44 0 6 1 AF 61 41
Octal 120 374 356 104 0 6 1 257 141 101
Binary 1010000 11111100 11101110 1000100 0 110 1 10101111 1100001 1000001

Color Harmonies of #50FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCEE

Black with #50FCEE

Text Example


Text Example

White with #50FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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