Html Css Color HEX #5DCEFF Maya Blue

📋 copy color: '#5DCEFF'

red 93 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #5DCEFF

Tints of Maya Blue #5DCEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

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

R = 16.79%
G = 37.18%
B = 46.03%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DCEFF (or 0x5DCEFF) is known color: Maya Blue. HEX triplet: 5D, CE and FF. RGB value is (93,206,255). Sum of RGB (Red+Green+Blue) = 93+206+255=554 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.79% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEFF is #A23100. Grayscale: #B1B1B1. Windows color (decimal): -10629377 or 16764509. OLE color: 16764509.

HSL color Cylindrical-coordinate representation of color #5DCEFF: hue angle of 198.15º 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 #5DCEFF is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 206 255 -
CMYK 0.64 0.19 0 0
HSL 198.15º 1% 0.68% -
HSV(B) 198.15º 0.64% 1% -
XYZ 44.64 53.69 102.62 -
YUV 177.8 171.56 67.52 -
System Red Green Blue C M Y K H S L
Decimal 93 206 255 0.64 0.19 0 0 198.15 1 0.68
Hex 5D CE FF 40 13 0 0 C6 64 44
Octal 135 316 377 100 23 0 0 306 144 104
Binary 1011101 11001110 11111111 1000000 10011 0 0 11000110 1100100 1000100

Color Harmonies of #5DCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEFF

Black with #5DCEFF

Text Example


Text Example

White with #5DCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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