Html Css Color HEX #50EAFD Baby Blue

📋 copy color: '#50EAFD'

red 80 ◦ green 234 ◦ blue 253

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

Shades of Baby Blue #50EAFD

Tints of Baby Blue #50EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 14.11%
G = 41.27%
B = 44.62%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50EAFD (or 0x50EAFD) is known color: Baby Blue. HEX triplet: 50, EA and FD. RGB value is (80,234,253). Sum of RGB (Red+Green+Blue) = 80+234+253=567 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.11% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #50EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EAFD is #AF1502. Grayscale: #BDBDBD. Windows color (decimal): -11474179 or 16640592. OLE color: 16640592.

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

Color convert

RGB 80 234 253 -
CMYK 0.68 0.08 0 0.01
HSL 186.59º 0.98% 0.65% -
HSV(B) 186.59º 0.68% 0.99% -
XYZ 50.46 67.64 103.33 -
YUV 190.12 163.48 49.46 -
System Red Green Blue C M Y K H S L
Decimal 80 234 253 0.68 0.08 0 0.01 186.59 0.98 0.65
Hex 50 EA FD 44 8 0 1 BB 62 41
Octal 120 352 375 104 10 0 1 273 142 101
Binary 1010000 11101010 11111101 1000100 1000 0 1 10111011 1100010 1000001

Color Harmonies of #50EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAFD

Black with #50EAFD

Text Example


Text Example

White with #50EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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