Html Css Color HEX #57B5FE Maya Blue

📋 copy color: '#57B5FE'

red 87 ◦ green 181 ◦ blue 254

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

Shades of Maya Blue #57B5FE

Tints of Maya Blue #57B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 16.67%
G = 34.67%
B = 48.66%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#57B5FE (or 0x57B5FE) is known color: Maya Blue. HEX triplet: 57, B5 and FE. RGB value is (87,181,254). Sum of RGB (Red+Green+Blue) = 87+181+254=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #57B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57B5FE is #A84A01. Grayscale: #A0A0A0. Windows color (decimal): -11028994 or 16692567. OLE color: 16692567.

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

Color convert

RGB 87 181 254 -
CMYK 0.66 0.29 0 0.00
HSL 206.23º 0.99% 0.67% -
HSV(B) 206.23º 0.66% 1% -
XYZ 38.34 42.23 99.9 -
YUV 161.22 180.36 75.06 -
System Red Green Blue C M Y K H S L
Decimal 87 181 254 0.66 0.29 0 0.00 206.23 0.99 0.67
Hex 57 B5 FE 42 1D 0 0 CE 63 43
Octal 127 265 376 102 35 0 0 316 143 103
Binary 1010111 10110101 11111110 1000010 11101 0 0 11001110 1100011 1000011

Color Harmonies of #57B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B5FE

Black with #57B5FE

Text Example


Text Example

White with #57B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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