Html Css Color HEX #50FAFD Baby Blue

📋 copy color: '#50FAFD'

red 80 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #50FAFD

Tints of Baby Blue #50FAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.88%

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

R = 13.72%
G = 42.88%
B = 43.4%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50FAFD (or 0x50FAFD) is known color: Baby Blue. HEX triplet: 50, FA and FD. RGB value is (80,250,253). Sum of RGB (Red+Green+Blue) = 80+250+253=583 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.72% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #50FAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FAFD is #AF0502. Grayscale: #C7C7C7. Windows color (decimal): -11470083 or 16644688. OLE color: 16644688.

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

Color convert

RGB 80 250 253 -
CMYK 0.68 0.01 0 0.01
HSL 181.04º 0.98% 0.65% -
HSV(B) 181.04º 0.68% 0.99% -
XYZ 55.22 77.17 104.91 -
YUV 199.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 80 250 253 0.68 0.01 0 0.01 181.04 0.98 0.65
Hex 50 FA FD 44 1 0 1 B5 62 41
Octal 120 372 375 104 1 0 1 265 142 101
Binary 1010000 11111010 11111101 1000100 1 0 1 10110101 1100010 1000001

Color Harmonies of #50FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAFD

Black with #50FAFD

Text Example


Text Example

White with #50FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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