#5CBDFF

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

Shades of Maya Blue #5CBDFF

Tints of Maya Blue #5CBDFF

Color information

#5CBDFF (or 0x5CBDFF) is unknown color: approx Maya Blue. HEX triplet: 5C, BD and FF. RGB value is (92,189,255). Sum of RGB (Red+Green+Blue) = 92+189+255=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDFF is #A34200. Grayscale: #A7A7A7. Windows color (decimal): -10699265 or 16760156. OLE color: 16760156.

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

Color convert

RGB92189255-
CMYK0.640.2600
HSL204.29º100%68.04%-
HSV(B)204.29º63.92%100%-
XYZ40.6645.89101.32-
YUV167.52177.3674.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.16%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 255 (100% from 255) = 47.57%
R=17.16%
G=35.26%
B=47.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal921892550.640.2600204.2910068.04
Hex5CBDFF401A00cc6444
Octal1342753771003200314144104
Binary10111001011110111111111100000011010001100110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,189,255); }

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

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

 a { background-color: rgb(92,189,255); }

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

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

 span { border-color: rgb(92,189,255); }

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