Html Css Color HEX #57C0FD Maya Blue

📋 copy color: '#57C0FD'

red 87 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #57C0FD

Tints of Maya Blue #57C0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 16.35%
G = 36.09%
B = 47.56%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57C0FD (or 0x57C0FD) is known color: Maya Blue. HEX triplet: 57, C0 and FD. RGB value is (87,192,253). Sum of RGB (Red+Green+Blue) = 87+192+253=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #57C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C0FD is #A83F02. Grayscale: #A7A7A7. Windows color (decimal): -11026179 or 16629847. OLE color: 16629847.

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

Color convert

RGB 87 192 253 -
CMYK 0.66 0.24 0 0.01
HSL 202.05º 0.98% 0.67% -
HSV(B) 202.05º 0.66% 0.99% -
XYZ 40.51 46.82 99.83 -
YUV 167.56 176.21 70.54 -
System Red Green Blue C M Y K H S L
Decimal 87 192 253 0.66 0.24 0 0.01 202.05 0.98 0.67
Hex 57 C0 FD 42 18 0 1 CA 62 43
Octal 127 300 375 102 30 0 1 312 142 103
Binary 1010111 11000000 11111101 1000010 11000 0 1 11001010 1100010 1000011

Color Harmonies of #57C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C0FD

Black with #57C0FD

Text Example


Text Example

White with #57C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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