#57B4FE

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

Shades of Maya Blue #57B4FE

Tints of Maya Blue #57B4FE

Color information

#57B4FE (or 0x57B4FE) is unknown color: approx Maya Blue. HEX triplet: 57, B4 and FE. RGB value is (87,180,254). Sum of RGB (Red+Green+Blue) = 87+180+254=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #57B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57B4FE is #A84B01. Grayscale: #A0A0A0. Windows color (decimal): -11029250 or 16692311. OLE color: 16692311.

HSL color Cylindrical-coordinate representation of color #57B4FE: hue angle of 206.59º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57B4FE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87180254-
CMYK0.660.2900.00
HSL206.59º98.82%66.86%-
HSV(B)206.59º65.75%99.61%-
XYZ38.1441.8299.83-
YUV160.63180.6975.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.70%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=16.70%
G=34.55%
B=48.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal871802540.660.2900.00206.5998.8266.86
Hex57B4FE421D00cf6343
Octal1272643761023500317143103
Binary10101111011010011111110100001011101001100111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57B4FE; }

 p { color: rgb(87,180,254); }

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

<style>
 a { background-color: #57B4FE; }

 a { background-color: rgb(87,180,254); }

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

<style>
 span { border-color: #57B4FE; }

 span { border-color: rgb(87,180,254); }

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