Html Css Color HEX #5DCAFC Maya Blue

📋 copy color: '#5DCAFC'

red 93 ◦ green 202 ◦ blue 252

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

Shades of Maya Blue #5DCAFC

Tints of Maya Blue #5DCAFC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

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

R = 17%
G = 36.93%
B = 46.07%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DCAFC (or 0x5DCAFC) is known color: Maya Blue. HEX triplet: 5D, CA and FC. RGB value is (93,202,252). Sum of RGB (Red+Green+Blue) = 93+202+252=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DCAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAFC is #A23503. Grayscale: #AEAEAE. Windows color (decimal): -10630404 or 16566877. OLE color: 16566877.

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

Color convert

RGB 93 202 252 -
CMYK 0.63 0.20 0 0.01
HSL 198.87º 0.96% 0.68% -
HSV(B) 198.87º 0.63% 0.99% -
XYZ 43.21 51.6 99.78 -
YUV 175.11 171.39 69.43 -
System Red Green Blue C M Y K H S L
Decimal 93 202 252 0.63 0.20 0 0.01 198.87 0.96 0.68
Hex 5D CA FC 3F 14 0 1 C7 60 44
Octal 135 312 374 77 24 0 1 307 140 104
Binary 1011101 11001010 11111100 111111 10100 0 1 11000111 1100000 1000100

Color Harmonies of #5DCAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAFC

Black with #5DCAFC

Text Example


Text Example

White with #5DCAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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