Html Css Color HEX #5DCCFE Maya Blue

📋 copy color: '#5DCCFE'

red 93 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #5DCCFE

Tints of Maya Blue #5DCCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.02%

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

R = 16.88%
G = 37.02%
B = 46.1%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DCCFE (or 0x5DCCFE) is known color: Maya Blue. HEX triplet: 5D, CC and FE. RGB value is (93,204,254). Sum of RGB (Red+Green+Blue) = 93+204+254=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCFE is #A23301. Grayscale: #B0B0B0. Windows color (decimal): -10629890 or 16698461. OLE color: 16698461.

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

Color convert

RGB 93 204 254 -
CMYK 0.63 0.20 0 0.00
HSL 198.63º 0.99% 0.68% -
HSV(B) 198.63º 0.63% 1% -
XYZ 44 52.67 101.61 -
YUV 176.51 171.73 68.43 -
System Red Green Blue C M Y K H S L
Decimal 93 204 254 0.63 0.20 0 0.00 198.63 0.99 0.68
Hex 5D CC FE 3F 14 0 0 C7 63 44
Octal 135 314 376 77 24 0 0 307 143 104
Binary 1011101 11001100 11111110 111111 10100 0 0 11000111 1100011 1000100

Color Harmonies of #5DCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCFE

Black with #5DCCFE

Text Example


Text Example

White with #5DCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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