Html Css Color HEX #57ACD5 Picton Blue

📋 copy color: '#57ACD5'

red 87 ◦ green 172 ◦ blue 213

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

Shades of Picton Blue #57ACD5

Tints of Picton Blue #57ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 18.43%
G = 36.44%
B = 45.13%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#57ACD5 (or 0x57ACD5) is known color: Picton Blue. HEX triplet: 57, AC and D5. RGB value is (87,172,213). Sum of RGB (Red+Green+Blue) = 87+172+213=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #57ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACD5 is #A8532A. Grayscale: #979797. Windows color (decimal): -11031339 or 14003287. OLE color: 14003287.

HSL color Cylindrical-coordinate representation of color #57ACD5: hue angle of 199.52º 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 #57ACD5 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 172 213 -
CMYK 0.59 0.19 0 0.16
HSL 199.52º 0.6% 0.59% -
HSV(B) 199.52º 0.59% 0.84% -
XYZ 30.69 36.34 68.35 -
YUV 151.26 162.84 82.17 -
System Red Green Blue C M Y K H S L
Decimal 87 172 213 0.59 0.19 0 0.16 199.52 0.6 0.59
Hex 57 AC D5 3B 13 0 10 C8 3C 3B
Octal 127 254 325 73 23 0 20 310 74 73
Binary 1010111 10101100 11010101 111011 10011 0 10000 11001000 111100 111011

Color Harmonies of #57ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACD5

Black with #57ACD5

Text Example


Text Example

White with #57ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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