Html Css Color HEX #5DBFFF Maya Blue

📋 copy color: '#5DBFFF'

red 93 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #5DBFFF

Tints of Maya Blue #5DBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 17.25%
G = 35.44%
B = 47.31%

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

#5DBFFF (or 0x5DBFFF) is known color: Maya Blue. HEX triplet: 5D, BF and FF. RGB value is (93,191,255). Sum of RGB (Red+Green+Blue) = 93+191+255=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFFF is #A24000. Grayscale: #A8A8A8. Windows color (decimal): -10633217 or 16760669. OLE color: 16760669.

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

Color convert

RGB 93 191 255 -
CMYK 0.64 0.25 0 0
HSL 203.7º 1% 0.68% -
HSV(B) 203.7º 0.64% 1% -
XYZ 41.2 46.81 101.47 -
YUV 168.99 176.53 73.8 -
System Red Green Blue C M Y K H S L
Decimal 93 191 255 0.64 0.25 0 0 203.7 1 0.68
Hex 5D BF FF 40 19 0 0 CC 64 44
Octal 135 277 377 100 31 0 0 314 144 104
Binary 1011101 10111111 11111111 1000000 11001 0 0 11001100 1100100 1000100

Color Harmonies of #5DBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBFFF

Black with #5DBFFF

Text Example


Text Example

White with #5DBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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