Html Css Color HEX #5DBEFB Maya Blue

📋 copy color: '#5DBEFB'

red 93 ◦ green 190 ◦ blue 251

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

Shades of Maya Blue #5DBEFB

Tints of Maya Blue #5DBEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 17.42%
G = 35.58%
B = 47%

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

#5DBEFB (or 0x5DBEFB) is known color: Maya Blue. HEX triplet: 5D, BE and FB. RGB value is (93,190,251). Sum of RGB (Red+Green+Blue) = 93+190+251=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DBEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEFB is #A24104. Grayscale: #A7A7A7. Windows color (decimal): -10633477 or 16498269. OLE color: 16498269.

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

Color convert

RGB 93 190 251 -
CMYK 0.63 0.24 0 0.02
HSL 203.16º 0.95% 0.67% -
HSV(B) 203.16º 0.63% 0.98% -
XYZ 40.34 46.12 98.04 -
YUV 167.95 174.86 74.54 -
System Red Green Blue C M Y K H S L
Decimal 93 190 251 0.63 0.24 0 0.02 203.16 0.95 0.67
Hex 5D BE FB 3F 18 0 2 CB 5F 43
Octal 135 276 373 77 30 0 2 313 137 103
Binary 1011101 10111110 11111011 111111 11000 0 10 11001011 1011111 1000011

Color Harmonies of #5DBEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEFB

Black with #5DBEFB

Text Example


Text Example

White with #5DBEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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