#5CD1FD

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

Shades of Maya Blue #5CD1FD

Tints of Maya Blue #5CD1FD

Color information

#5CD1FD (or 0x5CD1FD) is unknown color: approx Maya Blue. HEX triplet: 5C, D1 and FD. RGB value is (92,209,253). Sum of RGB (Red+Green+Blue) = 92+209+253=554 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.61% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CD1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD1FD is #A32E02. Grayscale: #B2B2B2. Windows color (decimal): -10694147 or 16634204. OLE color: 16634204.

HSL color Cylindrical-coordinate representation of color #5CD1FD: hue angle of 196.4º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CD1FD is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92209253-
CMYK0.640.1700.01
HSL196.4º97.58%67.65%-
HSV(B)196.4º63.64%99.22%-
XYZ44.9454.97101.17-
YUV179.03169.7465.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.61%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=16.61%
G=37.73%
B=45.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922092530.640.1700.01196.497.5867.65
Hex5CD1FD401101c46244
Octal1343213751002101304142104
Binary10111001101000111111101100000010001011100010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,209,253); }

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

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

 a { background-color: rgb(92,209,253); }

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

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

 span { border-color: rgb(92,209,253); }

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