#5CCCF9

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

Shades of Maya Blue #5CCCF9

Tints of Maya Blue #5CCCF9

Color information

#5CCCF9 (or 0x5CCCF9) is unknown color: approx Maya Blue. HEX triplet: 5C, CC and F9. RGB value is (92,204,249). Sum of RGB (Red+Green+Blue) = 92+204+249=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #5CCCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCF9 is #A33306. Grayscale: #AFAFAF. Windows color (decimal): -10695431 or 16370780. OLE color: 16370780.

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

Color convert

RGB92204249-
CMYK0.630.1800.02
HSL197.2º92.9%66.86%-
HSV(B)197.2º63.05%97.65%-
XYZ43.1152.397.45-
YUV175.64169.3968.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.88%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=16.88%
G=37.43%
B=45.69%

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
Decimal922042490.630.1800.02197.292.966.86
Hex5CCCF93F1202c55d43
Octal134314371772202305135103
Binary10111001100110011111001111111100100101100010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,204,249); }

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

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

 a { background-color: rgb(92,204,249); }

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

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

 span { border-color: rgb(92,204,249); }

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