#5CB0FD

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

Shades of Maya Blue #5CB0FD

Tints of Maya Blue #5CB0FD

Color information

#5CB0FD (or 0x5CB0FD) is unknown color: approx Maya Blue. HEX triplet: 5C, B0 and FD. RGB value is (92,176,253). Sum of RGB (Red+Green+Blue) = 92+176+253=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CB0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CB0FD is #A34F02. Grayscale: #9F9F9F. Windows color (decimal): -10702595 or 16625756. OLE color: 16625756.

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

Color convert

RGB92176253-
CMYK0.640.3000.01
HSL208.7º97.58%67.65%-
HSV(B)208.7º63.64%99.22%-
XYZ37.6740.4298.74-
YUV159.66180.6779.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.66%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=17.66%
G=33.78%
B=48.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921762530.640.3000.01208.797.5867.65
Hex5CB0FD401E01d16244
Octal1342603751003601321142104
Binary10111001011000011111101100000011110011101000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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