Html Css Color HEX #5DBDFB Maya Blue

📋 copy color: '#5DBDFB'

red 93 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #5DBDFB

Tints of Maya Blue #5DBDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 17.45%
G = 35.46%
B = 47.09%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DBDFB (or 0x5DBDFB) is known color: Maya Blue. HEX triplet: 5D, BD and FB. RGB value is (93,189,251). Sum of RGB (Red+Green+Blue) = 93+189+251=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DBDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDFB is #A24204. Grayscale: #A7A7A7. Windows color (decimal): -10633733 or 16498013. OLE color: 16498013.

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

Color convert

RGB 93 189 251 -
CMYK 0.63 0.25 0 0.02
HSL 203.54º 0.95% 0.67% -
HSV(B) 203.54º 0.63% 0.98% -
XYZ 40.12 45.69 97.97 -
YUV 167.36 175.2 74.96 -
System Red Green Blue C M Y K H S L
Decimal 93 189 251 0.63 0.25 0 0.02 203.54 0.95 0.67
Hex 5D BD FB 3F 19 0 2 CC 5F 43
Octal 135 275 373 77 31 0 2 314 137 103
Binary 1011101 10111101 11111011 111111 11001 0 10 11001100 1011111 1000011

Color Harmonies of #5DBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDFB

Black with #5DBDFB

Text Example


Text Example

White with #5DBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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