Html Css Color HEX #5DBBFE Maya Blue

📋 copy color: '#5DBBFE'

red 93 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #5DBBFE

Tints of Maya Blue #5DBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.02%

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

R = 17.42%
G = 35.02%
B = 47.57%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DBBFE (or 0x5DBBFE) is known color: Maya Blue. HEX triplet: 5D, BB and FE. RGB value is (93,187,254). Sum of RGB (Red+Green+Blue) = 93+187+254=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBFE is #A24401. Grayscale: #A6A6A6. Windows color (decimal): -10634242 or 16694109. OLE color: 16694109.

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

Color convert

RGB 93 187 254 -
CMYK 0.63 0.26 0 0.00
HSL 204.97º 0.99% 0.68% -
HSV(B) 204.97º 0.63% 1% -
XYZ 40.17 45.02 100.34 -
YUV 166.53 177.36 75.55 -
System Red Green Blue C M Y K H S L
Decimal 93 187 254 0.63 0.26 0 0.00 204.97 0.99 0.68
Hex 5D BB FE 3F 1A 0 0 CD 63 44
Octal 135 273 376 77 32 0 0 315 143 104
Binary 1011101 10111011 11111110 111111 11010 0 0 11001101 1100011 1000100

Color Harmonies of #5DBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBBFE

Black with #5DBBFE

Text Example


Text Example

White with #5DBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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