#57BFFE

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

Shades of Maya Blue #57BFFE

Tints of Maya Blue #57BFFE

Color information

#57BFFE (or 0x57BFFE) is unknown color: approx Maya Blue. HEX triplet: 57, BF and FE. RGB value is (87,191,254). Sum of RGB (Red+Green+Blue) = 87+191+254=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #57BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFFE is #A84001. Grayscale: #A6A6A6. Windows color (decimal): -11026434 or 16695127. OLE color: 16695127.

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

Color convert

RGB87191254-
CMYK0.660.2500.00
HSL202.63º98.82%66.86%-
HSV(B)202.63º65.75%99.61%-
XYZ40.4546.44100.6-
YUV167.09177.0470.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.35%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=16.35%
G=35.90%
B=47.74%

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
Decimal871912540.660.2500.00202.6398.8266.86
Hex57BFFE421900cb6343
Octal1272773761023100313143103
Binary10101111011111111111110100001011001001100101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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