Html Css Color HEX #5DC0FF Maya Blue

📋 copy color: '#5DC0FF'

red 93 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #5DC0FF

Tints of Maya Blue #5DC0FF

RGB

 RED value IS 93 (36.72% from 255) = 17.22%

 GREEN value IS 192 (75.39% from 255) = 35.56%

 BLUE value IS 255 (100% from 255) = 47.22%

R = 17.22%
G = 35.56%
B = 47.22%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DC0FF (or 0x5DC0FF) is known color: Maya Blue. HEX triplet: 5D, C0 and FF. RGB value is (93,192,255). Sum of RGB (Red+Green+Blue) = 93+192+255=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC0FF is #A23F00. Grayscale: #A9A9A9. Windows color (decimal): -10632961 or 16760925. OLE color: 16760925.

HSL color Cylindrical-coordinate representation of color #5DC0FF: hue angle of 203.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DC0FF is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 192 255 -
CMYK 0.64 0.25 0 0
HSL 203.33º 1% 0.68% -
HSV(B) 203.33º 0.64% 1% -
XYZ 41.41 47.25 101.54 -
YUV 169.58 176.2 73.38 -
System Red Green Blue C M Y K H S L
Decimal 93 192 255 0.64 0.25 0 0 203.33 1 0.68
Hex 5D C0 FF 40 19 0 0 CB 64 44
Octal 135 300 377 100 31 0 0 313 144 104
Binary 1011101 11000000 11111111 1000000 11001 0 0 11001011 1100100 1000100

Color Harmonies of #5DC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC0FF

Black with #5DC0FF

Text Example


Text Example

White with #5DC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DC0FF; }

 p { color: rgb(93,192,255); }

 H1.HeaderClassName
 {
   color: #5DC0FF;
 }
 .AnyTagClassName
 {
   color: #5DC0FF;
 }
</style>

background-color css

<style>
 a { background-color: #5DC0FF; }

 a { background-color: rgb(93,192,255); }

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

border-color css

<style>
 span { border-color: #5DC0FF; }

 span { border-color: rgb(93,192,255); }

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