Html Css Color HEX #5DBEFA Maya Blue

📋 copy color: '#5DBEFA'

red 93 ◦ green 190 ◦ blue 250

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

Shades of Maya Blue #5DBEFA

Tints of Maya Blue #5DBEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

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

R = 17.45%
G = 35.65%
B = 46.9%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DBEFA (or 0x5DBEFA) is known color: Maya Blue. HEX triplet: 5D, BE and FA. RGB value is (93,190,250). Sum of RGB (Red+Green+Blue) = 93+190+250=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DBEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEFA is #A24105. Grayscale: #A7A7A7. Windows color (decimal): -10633478 or 16432733. OLE color: 16432733.

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

Color convert

RGB 93 190 250 -
CMYK 0.63 0.24 0 0.02
HSL 202.93º 0.94% 0.67% -
HSV(B) 202.93º 0.63% 0.98% -
XYZ 40.18 46.06 97.21 -
YUV 167.84 174.36 74.62 -
System Red Green Blue C M Y K H S L
Decimal 93 190 250 0.63 0.24 0 0.02 202.93 0.94 0.67
Hex 5D BE FA 3F 18 0 2 CB 5E 43
Octal 135 276 372 77 30 0 2 313 136 103
Binary 1011101 10111110 11111010 111111 11000 0 10 11001011 1011110 1000011

Color Harmonies of #5DBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEFA

Black with #5DBEFA

Text Example


Text Example

White with #5DBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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