Html Css Color HEX #50FDFD Baby Blue

📋 copy color: '#50FDFD'

red 80 ◦ green 253 ◦ blue 253

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

Shades of Baby Blue #50FDFD

Tints of Baby Blue #50FDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

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

R = 13.65%
G = 43.17%
B = 43.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50FDFD (or 0x50FDFD) is known color: Baby Blue. HEX triplet: 50, FD and FD. RGB value is (80,253,253). Sum of RGB (Red+Green+Blue) = 80+253+253=586 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.65% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #50FDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDFD is #AF0202. Grayscale: #C9C9C9. Windows color (decimal): -11469315 or 16645456. OLE color: 16645456.

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

Color convert

RGB 80 253 253 -
CMYK 0.68 0 0 0.01
HSL 180º 0.98% 0.65% -
HSV(B) 180º 0.68% 0.99% -
XYZ 56.16 79.05 105.23 -
YUV 201.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 80 253 253 0.68 0 0 0.01 180 0.98 0.65
Hex 50 FD FD 44 0 0 1 B4 62 41
Octal 120 375 375 104 0 0 1 264 142 101
Binary 1010000 11111101 11111101 1000100 0 0 1 10110100 1100010 1000001

Color Harmonies of #50FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDFD

Black with #50FDFD

Text Example


Text Example

White with #50FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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