Html Css Color HEX #57B2FF Maya Blue

📋 copy color: '#57B2FF'

red 87 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #57B2FF

Tints of Maya Blue #57B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

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

R = 16.73%
G = 34.23%
B = 49.04%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57B2FF (or 0x57B2FF) is known color: Maya Blue. HEX triplet: 57, B2 and FF. RGB value is (87,178,255). Sum of RGB (Red+Green+Blue) = 87+178+255=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #57B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57B2FF is #A84D00. Grayscale: #9F9F9F. Windows color (decimal): -11029761 or 16757335. OLE color: 16757335.

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

Color convert

RGB 87 178 255 -
CMYK 0.66 0.30 0 0
HSL 207.5º 1% 0.67% -
HSV(B) 207.5º 0.66% 1% -
XYZ 37.9 41.09 100.54 -
YUV 159.57 181.85 76.24 -
System Red Green Blue C M Y K H S L
Decimal 87 178 255 0.66 0.30 0 0 207.5 1 0.67
Hex 57 B2 FF 42 1E 0 0 D0 64 43
Octal 127 262 377 102 36 0 0 320 144 103
Binary 1010111 10110010 11111111 1000010 11110 0 0 11010000 1100100 1000011

Color Harmonies of #57B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B2FF

Black with #57B2FF

Text Example


Text Example

White with #57B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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