Html Css Color HEX #57C0FF Maya Blue

📋 copy color: '#57C0FF'

red 87 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #57C0FF

Tints of Maya Blue #57C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.96%

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

R = 16.29%
G = 35.96%
B = 47.75%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57C0FF (or 0x57C0FF) is known color: Maya Blue. HEX triplet: 57, C0 and FF. RGB value is (87,192,255). Sum of RGB (Red+Green+Blue) = 87+192+255=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #57C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C0FF is #A83F00. Grayscale: #A7A7A7. Windows color (decimal): -11026177 or 16760919. OLE color: 16760919.

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

Color convert

RGB 87 192 255 -
CMYK 0.66 0.25 0 0
HSL 202.5º 1% 0.67% -
HSV(B) 202.5º 0.66% 1% -
XYZ 40.83 46.95 101.52 -
YUV 167.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 87 192 255 0.66 0.25 0 0 202.5 1 0.67
Hex 57 C0 FF 42 19 0 0 CA 64 43
Octal 127 300 377 102 31 0 0 312 144 103
Binary 1010111 11000000 11111111 1000010 11001 0 0 11001010 1100100 1000011

Color Harmonies of #57C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C0FF

Black with #57C0FF

Text Example


Text Example

White with #57C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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