#5DCFFB

Color #5DCFFB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5DCFFB

Tints of Maya Blue #5DCFFB

Color information

#5DCFFB (or 0x5DCFFB) is unknown color: approx Maya Blue. HEX triplet: 5D, CF and FB. RGB value is (93,207,251). Sum of RGB (Red+Green+Blue) = 93+207+251=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DCFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFFB is #A23004. Grayscale: #B1B1B1. Windows color (decimal): -10629125 or 16502621. OLE color: 16502621.

HSL color Cylindrical-coordinate representation of color #5DCFFB: hue angle of 196.71º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DCFFB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93207251-
CMYK0.630.1800.02
HSL196.71º95.18%67.45%-
HSV(B)196.71º62.95%98.43%-
XYZ44.2453.9299.34-
YUV177.93169.2367.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.88%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=16.88%
G=37.57%
B=45.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932072510.630.1800.02196.7195.1867.45
Hex5DCFFB3F1202c55f43
Octal135317373772202305137103
Binary10111011100111111111011111111100100101100010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,207,251); }

 H1.HeaderClassName
 {
   color: #5DCFFB;
 }
 .AnyTagClassName
 {
   color: #5DCFFB;
 }
</style>
background-color css

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

 a { background-color: rgb(93,207,251); }

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

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

 span { border-color: rgb(93,207,251); }

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