Html Css Color HEX #5DC8FC Maya Blue

📋 copy color: '#5DC8FC'

red 93 ◦ green 200 ◦ blue 252

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

Shades of Maya Blue #5DC8FC

Tints of Maya Blue #5DC8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 17.06%
G = 36.7%
B = 46.24%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DC8FC (or 0x5DC8FC) is known color: Maya Blue. HEX triplet: 5D, C8 and FC. RGB value is (93,200,252). Sum of RGB (Red+Green+Blue) = 93+200+252=545 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.06% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DC8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC8FC is #A23703. Grayscale: #ADADAD. Windows color (decimal): -10630916 or 16566365. OLE color: 16566365.

HSL color Cylindrical-coordinate representation of color #5DC8FC: hue angle of 199.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DC8FC is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 200 252 -
CMYK 0.63 0.21 0 0.01
HSL 199.62º 0.96% 0.68% -
HSV(B) 199.62º 0.63% 0.99% -
XYZ 42.74 50.66 99.62 -
YUV 173.94 172.05 70.27 -
System Red Green Blue C M Y K H S L
Decimal 93 200 252 0.63 0.21 0 0.01 199.62 0.96 0.68
Hex 5D C8 FC 3F 15 0 1 C8 60 44
Octal 135 310 374 77 25 0 1 310 140 104
Binary 1011101 11001000 11111100 111111 10101 0 1 11001000 1100000 1000100

Color Harmonies of #5DC8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC8FC

Black with #5DC8FC

Text Example


Text Example

White with #5DC8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,200,252); }

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

background-color css

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

 a { background-color: rgb(93,200,252); }

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

border-color css

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

 span { border-color: rgb(93,200,252); }

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