#57BEFE

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

Shades of Maya Blue #57BEFE

Tints of Maya Blue #57BEFE

Color information

#57BEFE (or 0x57BEFE) is unknown color: approx Maya Blue. HEX triplet: 57, BE and FE. RGB value is (87,190,254). Sum of RGB (Red+Green+Blue) = 87+190+254=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #57BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BEFE is #A84101. Grayscale: #A6A6A6. Windows color (decimal): -11026690 or 16694871. OLE color: 16694871.

HSL color Cylindrical-coordinate representation of color #57BEFE: hue angle of 202.99º 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 #57BEFE is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87190254-
CMYK0.660.2500.00
HSL202.99º98.82%66.86%-
HSV(B)202.99º65.75%99.61%-
XYZ40.2346.01100.53-
YUV166.5177.3871.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.38%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=16.38%
G=35.78%
B=47.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal871902540.660.2500.00202.9998.8266.86
Hex57BEFE421900cb6343
Octal1272763761023100313143103
Binary10101111011111011111110100001011001001100101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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