Html Css Color HEX #57BCFF Maya Blue

📋 copy color: '#57BCFF'

red 87 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #57BCFF

Tints of Maya Blue #57BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

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

R = 16.42%
G = 35.47%
B = 48.11%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57BCFF (or 0x57BCFF) is known color: Maya Blue. HEX triplet: 57, BC and FF. RGB value is (87,188,255). Sum of RGB (Red+Green+Blue) = 87+188+255=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #57BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCFF is #A84300. Grayscale: #A5A5A5. Windows color (decimal): -11027201 or 16759895. OLE color: 16759895.

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

Color convert

RGB 87 188 255 -
CMYK 0.66 0.26 0 0
HSL 203.93º 1% 0.67% -
HSV(B) 203.93º 0.66% 1% -
XYZ 39.96 45.21 101.23 -
YUV 165.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 87 188 255 0.66 0.26 0 0 203.93 1 0.67
Hex 57 BC FF 42 1A 0 0 CC 64 43
Octal 127 274 377 102 32 0 0 314 144 103
Binary 1010111 10111100 11111111 1000010 11010 0 0 11001100 1100100 1000011

Color Harmonies of #57BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCFF

Black with #57BCFF

Text Example


Text Example

White with #57BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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