#5CBAFD

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

Shades of Maya Blue #5CBAFD

Tints of Maya Blue #5CBAFD

Color information

#5CBAFD (or 0x5CBAFD) is unknown color: approx Maya Blue. HEX triplet: 5C, BA and FD. RGB value is (92,186,253). Sum of RGB (Red+Green+Blue) = 92+186+253=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAFD is #A34502. Grayscale: #A5A5A5. Windows color (decimal): -10700035 or 16628316. OLE color: 16628316.

HSL color Cylindrical-coordinate representation of color #5CBAFD: hue angle of 204.97º 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 #5CBAFD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92186253-
CMYK0.640.2600.01
HSL204.97º97.58%67.65%-
HSV(B)204.97º63.64%99.22%-
XYZ39.744.4899.42-
YUV165.53177.3675.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.33%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=17.33%
G=35.03%
B=47.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921862530.640.2600.01204.9797.5867.65
Hex5CBAFD401A01cd6244
Octal1342723751003201315142104
Binary10111001011101011111101100000011010011100110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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