#5CCDFA

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

Shades of Maya Blue #5CCDFA

Tints of Maya Blue #5CCDFA

Color information

#5CCDFA (or 0x5CCDFA) is unknown color: approx Maya Blue. HEX triplet: 5C, CD and FA. RGB value is (92,205,250). Sum of RGB (Red+Green+Blue) = 92+205+250=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #5CCDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCDFA is #A33205. Grayscale: #B0B0B0. Windows color (decimal): -10695174 or 16436572. OLE color: 16436572.

HSL color Cylindrical-coordinate representation of color #5CCDFA: hue angle of 197.09º degrees, saturation: 0.94, 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 #5CCDFA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB92205250-
CMYK0.630.1800.02
HSL197.09º94.05%67.06%-
HSV(B)197.09º63.2%98.04%-
XYZ43.552.8498.35-
YUV176.34169.5667.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.82%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=16.82%
G=37.48%
B=45.70%

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
Decimal922052500.630.1800.02197.0994.0567.06
Hex5CCDFA3F1202c55e43
Octal134315372772202305136103
Binary10111001100110111111010111111100100101100010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,205,250); }

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

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

 a { background-color: rgb(92,205,250); }

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

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

 span { border-color: rgb(92,205,250); }

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