Html Css Color HEX #5DAFFC Maya Blue

📋 copy color: '#5DAFFC'

red 93 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #5DAFFC

Tints of Maya Blue #5DAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

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

R = 17.88%
G = 33.65%
B = 48.46%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DAFFC (or 0x5DAFFC) is known color: Maya Blue. HEX triplet: 5D, AF and FC. RGB value is (93,175,252). Sum of RGB (Red+Green+Blue) = 93+175+252=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFFC is #A25003. Grayscale: #9E9E9E. Windows color (decimal): -10637316 or 16559965. OLE color: 16559965.

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

Color convert

RGB 93 175 252 -
CMYK 0.63 0.31 0 0.01
HSL 209.06º 0.96% 0.68% -
HSV(B) 209.06º 0.63% 0.99% -
XYZ 37.41 40.02 97.85 -
YUV 159.26 180.33 80.74 -
System Red Green Blue C M Y K H S L
Decimal 93 175 252 0.63 0.31 0 0.01 209.06 0.96 0.68
Hex 5D AF FC 3F 1F 0 1 D1 60 44
Octal 135 257 374 77 37 0 1 321 140 104
Binary 1011101 10101111 11111100 111111 11111 0 1 11010001 1100000 1000100

Color Harmonies of #5DAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFFC

Black with #5DAFFC

Text Example


Text Example

White with #5DAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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