Html Css Color HEX #50F7EE Baby Blue

📋 copy color: '#50F7EE'

red 80 ◦ green 247 ◦ blue 238

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

Shades of Baby Blue #50F7EE

Tints of Baby Blue #50F7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.72%

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

R = 14.16%
G = 43.72%
B = 42.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#50F7EE (or 0x50F7EE) is known color: Baby Blue. HEX triplet: 50, F7 and EE. RGB value is (80,247,238). Sum of RGB (Red+Green+Blue) = 80+247+238=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F7EE is #AF0811. Grayscale: #C3C3C3. Windows color (decimal): -11470866 or 15660880. OLE color: 15660880.

HSL color Cylindrical-coordinate representation of color #50F7EE: hue angle of 176.77º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7EE is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 238 -
CMYK 0.68 0 0.04 0.03
HSL 176.77º 0.91% 0.64% -
HSV(B) 176.77º 0.68% 0.97% -
XYZ 52 74.4 92.51 -
YUV 196.04 151.67 45.23 -
System Red Green Blue C M Y K H S L
Decimal 80 247 238 0.68 0 0.04 0.03 176.77 0.91 0.64
Hex 50 F7 EE 44 0 4 3 B1 5B 40
Octal 120 367 356 104 0 4 3 261 133 100
Binary 1010000 11110111 11101110 1000100 0 100 11 10110001 1011011 1000000

Color Harmonies of #50F7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F7EE

Black with #50F7EE

Text Example


Text Example

White with #50F7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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