Html Css Color HEX #5DBEFE Maya Blue

📋 copy color: '#5DBEFE'

red 93 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #5DBEFE

Tints of Maya Blue #5DBEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 17.32%
G = 35.38%
B = 47.3%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DBEFE (or 0x5DBEFE) is known color: Maya Blue. HEX triplet: 5D, BE and FE. RGB value is (93,190,254). Sum of RGB (Red+Green+Blue) = 93+190+254=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DBEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEFE is #A24101. Grayscale: #A7A7A7. Windows color (decimal): -10633474 or 16694877. OLE color: 16694877.

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

Color convert

RGB 93 190 254 -
CMYK 0.63 0.25 0 0.00
HSL 203.85º 0.99% 0.68% -
HSV(B) 203.85º 0.63% 1% -
XYZ 40.82 46.31 100.55 -
YUV 168.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 93 190 254 0.63 0.25 0 0.00 203.85 0.99 0.68
Hex 5D BE FE 3F 19 0 0 CC 63 44
Octal 135 276 376 77 31 0 0 314 143 104
Binary 1011101 10111110 11111110 111111 11001 0 0 11001100 1100011 1000100

Color Harmonies of #5DBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEFE

Black with #5DBEFE

Text Example


Text Example

White with #5DBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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