#5cb7fb

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

Shades of Maya Blue #5CB7FB

Tints of Maya Blue #5CB7FB

Color information

#5CB7FB (or 0x5CB7FB) is unknown color: approx Maya Blue. HEX triplet: 5C, B7 and FB. RGB value is (92,183,251). Sum of RGB (Red+Green+Blue) = 92+183+251=526 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.49% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CB7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB7FB is #A34804. Grayscale: #A3A3A3. Windows color (decimal): -10700805 or 16496476. OLE color: 16496476.

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

Color convert

RGB92183251-
CMYK0.630.2700.02
HSL205.66º95.21%67.25%-
HSV(B)205.66º63.35%98.43%-
XYZ38.7643.1197.54-
YUV163.54177.3576.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.49%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=17.49%
G=34.79%
B=47.72%

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
Decimal921832510.630.2700.02205.6695.2167.25
Hex5CB7FB3F1B02ce5f43
Octal134267373773302316137103
Binary10111001011011111111011111111110110101100111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cb7fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,183,251); }

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

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

 a { background-color: rgb(92,183,251); }

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

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

 span { border-color: rgb(92,183,251); }

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