Html Css Color HEX #57AEFF Maya Blue

📋 copy color: '#57AEFF'

red 87 ◦ green 174 ◦ blue 255

#57AEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #57AEFF

Tints of Maya Blue #57AEFF

RGB

 RED value IS 87 (34.38% from 255) = 16.86%

 GREEN value IS 174 (68.36% from 255) = 33.72%

 BLUE value IS 255 (100% from 255) = 49.42%

R = 16.86%
G = 33.72%
B = 49.42%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57AEFF (or 0x57AEFF) is known color: Maya Blue. HEX triplet: 57, AE and FF. RGB value is (87,174,255). Sum of RGB (Red+Green+Blue) = 87+174+255=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #57AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AEFF is #A85100. Grayscale: #9C9C9C. Windows color (decimal): -11030785 or 16756311. OLE color: 16756311.

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

Color convert

RGB 87 174 255 -
CMYK 0.66 0.32 0 0
HSL 208.93º 1% 0.67% -
HSV(B) 208.93º 0.66% 1% -
XYZ 37.12 39.52 100.28 -
YUV 157.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 87 174 255 0.66 0.32 0 0 208.93 1 0.67
Hex 57 AE FF 42 20 0 0 D1 64 43
Octal 127 256 377 102 40 0 0 321 144 103
Binary 1010111 10101110 11111111 1000010 100000 0 0 11010001 1100100 1000011

Color Harmonies of #57AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEFF

Black with #57AEFF

Text Example


Text Example

White with #57AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,174,255); }

 H1.HeaderClassName
 {
   color: #57AEFF;
 }
 .AnyTagClassName
 {
   color: #57AEFF;
 }
</style>

background-color css

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

 a { background-color: rgb(87,174,255); }

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

border-color css

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

 span { border-color: rgb(87,174,255); }

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