Html Css Color HEX #57BDF9 Maya Blue

📋 copy color: '#57BDF9'

red 87 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #57BDF9

Tints of Maya Blue #57BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

 BLUE value IS 249 (97.66% from 255) = 47.43%

R = 16.57%
G = 36%
B = 47.43%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57BDF9 (or 0x57BDF9) is known color: Maya Blue. HEX triplet: 57, BD and F9. RGB value is (87,189,249). Sum of RGB (Red+Green+Blue) = 87+189+249=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #57BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BDF9 is #A84206. Grayscale: #A5A5A5. Windows color (decimal): -11026951 or 16366935. OLE color: 16366935.

HSL color Cylindrical-coordinate representation of color #57BDF9: hue angle of 202.22º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BDF9 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 189 249 -
CMYK 0.65 0.24 0 0.02
HSL 202.22º 0.93% 0.66% -
HSV(B) 202.22º 0.65% 0.98% -
XYZ 39.23 45.26 96.29 -
YUV 165.34 175.21 72.12 -
System Red Green Blue C M Y K H S L
Decimal 87 189 249 0.65 0.24 0 0.02 202.22 0.93 0.66
Hex 57 BD F9 41 18 0 2 CA 5D 42
Octal 127 275 371 101 30 0 2 312 135 102
Binary 1010111 10111101 11111001 1000001 11000 0 10 11001010 1011101 1000010

Color Harmonies of #57BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BDF9

Black with #57BDF9

Text Example


Text Example

White with #57BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,189,249); }

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

background-color css

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

 a { background-color: rgb(87,189,249); }

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

border-color css

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

 span { border-color: rgb(87,189,249); }

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