#5CB5F9

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

Shades of Maya Blue #5CB5F9

Tints of Maya Blue #5CB5F9

Color information

#5CB5F9 (or 0x5CB5F9) is unknown color: approx Maya Blue. HEX triplet: 5C, B5 and F9. RGB value is (92,181,249). Sum of RGB (Red+Green+Blue) = 92+181+249=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #5CB5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB5F9 is #A34A06. Grayscale: #A1A1A1. Windows color (decimal): -10701319 or 16364892. OLE color: 16364892.

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

Color convert

RGB92181249-
CMYK0.630.2700.02
HSL205.99º92.9%66.86%-
HSV(B)205.99º63.05%97.65%-
XYZ38.0442.1695.76-
YUV162.14177.0177.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.62%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=17.62%
G=34.67%
B=47.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal921812490.630.2700.02205.9992.966.86
Hex5CB5F93F1B02ce5d43
Octal134265371773302316135103
Binary10111001011010111111001111111110110101100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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