Html Css Color HEX #57AED5 Picton Blue

📋 copy color: '#57AED5'

red 87 ◦ green 174 ◦ blue 213

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

Shades of Picton Blue #57AED5

Tints of Picton Blue #57AED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.71%

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 18.35%
G = 36.71%
B = 44.94%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#57AED5 (or 0x57AED5) is known color: Picton Blue. HEX triplet: 57, AE and D5. RGB value is (87,174,213). Sum of RGB (Red+Green+Blue) = 87+174+213=474 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.35% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #57AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AED5 is #A8512A. Grayscale: #989898. Windows color (decimal): -11030827 or 14003799. OLE color: 14003799.

HSL color Cylindrical-coordinate representation of color #57AED5: hue angle of 198.57º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57AED5 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 174 213 -
CMYK 0.59 0.18 0 0.16
HSL 198.57º 0.6% 0.59% -
HSV(B) 198.57º 0.59% 0.84% -
XYZ 31.08 37.1 68.47 -
YUV 152.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 87 174 213 0.59 0.18 0 0.16 198.57 0.6 0.59
Hex 57 AE D5 3B 12 0 10 C7 3C 3B
Octal 127 256 325 73 22 0 20 307 74 73
Binary 1010111 10101110 11010101 111011 10010 0 10000 11000111 111100 111011

Color Harmonies of #57AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AED5

Black with #57AED5

Text Example


Text Example

White with #57AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,174,213); }

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

background-color css

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

 a { background-color: rgb(87,174,213); }

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

border-color css

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

 span { border-color: rgb(87,174,213); }

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