Html Css Color HEX #5DC4FC Maya Blue

📋 copy color: '#5DC4FC'

red 93 ◦ green 196 ◦ blue 252

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

Shades of Maya Blue #5DC4FC

Tints of Maya Blue #5DC4FC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

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

R = 17.19%
G = 36.23%
B = 46.58%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DC4FC (or 0x5DC4FC) is known color: Maya Blue. HEX triplet: 5D, C4 and FC. RGB value is (93,196,252). Sum of RGB (Red+Green+Blue) = 93+196+252=541 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.19% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DC4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC4FC is #A23B03. Grayscale: #ABABAB. Windows color (decimal): -10631940 or 16565341. OLE color: 16565341.

HSL color Cylindrical-coordinate representation of color #5DC4FC: hue angle of 201.13º 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 #5DC4FC is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 196 252 -
CMYK 0.63 0.22 0 0.01
HSL 201.13º 0.96% 0.68% -
HSV(B) 201.13º 0.63% 0.99% -
XYZ 41.82 48.84 99.32 -
YUV 171.59 173.38 71.95 -
System Red Green Blue C M Y K H S L
Decimal 93 196 252 0.63 0.22 0 0.01 201.13 0.96 0.68
Hex 5D C4 FC 3F 16 0 1 C9 60 44
Octal 135 304 374 77 26 0 1 311 140 104
Binary 1011101 11000100 11111100 111111 10110 0 1 11001001 1100000 1000100

Color Harmonies of #5DC4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC4FC

Black with #5DC4FC

Text Example


Text Example

White with #5DC4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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