Html Css Color HEX #5DBAFA Maya Blue

📋 copy color: '#5DBAFA'

red 93 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #5DBAFA

Tints of Maya Blue #5DBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 17.58%
G = 35.16%
B = 47.26%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DBAFA (or 0x5DBAFA) is known color: Maya Blue. HEX triplet: 5D, BA and FA. RGB value is (93,186,250). Sum of RGB (Red+Green+Blue) = 93+186+250=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAFA is #A24505. Grayscale: #A5A5A5. Windows color (decimal): -10634502 or 16431709. OLE color: 16431709.

HSL color Cylindrical-coordinate representation of color #5DBAFA: hue angle of 204.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBAFA is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 186 250 -
CMYK 0.63 0.26 0 0.02
HSL 204.46º 0.94% 0.67% -
HSV(B) 204.46º 0.63% 0.98% -
XYZ 39.33 44.35 96.93 -
YUV 165.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 93 186 250 0.63 0.26 0 0.02 204.46 0.94 0.67
Hex 5D BA FA 3F 1A 0 2 CC 5E 43
Octal 135 272 372 77 32 0 2 314 136 103
Binary 1011101 10111010 11111010 111111 11010 0 10 11001100 1011110 1000011

Color Harmonies of #5DBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAFA

Black with #5DBAFA

Text Example


Text Example

White with #5DBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,250); }

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

background-color css

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

 a { background-color: rgb(93,186,250); }

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

border-color css

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

 span { border-color: rgb(93,186,250); }

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