Html Css Color HEX #5DBEFF Maya Blue

📋 copy color: '#5DBEFF'

red 93 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #5DBEFF

Tints of Maya Blue #5DBEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 17.29%
G = 35.32%
B = 47.4%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DBEFF (or 0x5DBEFF) is known color: Maya Blue. HEX triplet: 5D, BE and FF. RGB value is (93,190,255). Sum of RGB (Red+Green+Blue) = 93+190+255=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEFF is #A24100. Grayscale: #A8A8A8. Windows color (decimal): -10633473 or 16760413. OLE color: 16760413.

HSL color Cylindrical-coordinate representation of color #5DBEFF: hue angle of 204.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DBEFF is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 190 255 -
CMYK 0.64 0.25 0 0
HSL 204.07º 1% 0.68% -
HSV(B) 204.07º 0.64% 1% -
XYZ 40.98 46.37 101.4 -
YUV 168.41 176.86 74.21 -
System Red Green Blue C M Y K H S L
Decimal 93 190 255 0.64 0.25 0 0 204.07 1 0.68
Hex 5D BE FF 40 19 0 0 CC 64 44
Octal 135 276 377 100 31 0 0 314 144 104
Binary 1011101 10111110 11111111 1000000 11001 0 0 11001100 1100100 1000100

Color Harmonies of #5DBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEFF

Black with #5DBEFF

Text Example


Text Example

White with #5DBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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