Html Css Color HEX #57ACD1 Picton Blue

📋 copy color: '#57ACD1'

red 87 ◦ green 172 ◦ blue 209

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

Shades of Picton Blue #57ACD1

Tints of Picton Blue #57ACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 18.59%
G = 36.75%
B = 44.66%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#57ACD1 (or 0x57ACD1) is known color: Picton Blue. HEX triplet: 57, AC and D1. RGB value is (87,172,209). Sum of RGB (Red+Green+Blue) = 87+172+209=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #57ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACD1 is #A8532E. Grayscale: #969696. Windows color (decimal): -11031343 or 13741143. OLE color: 13741143.

HSL color Cylindrical-coordinate representation of color #57ACD1: hue angle of 198.2º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57ACD1 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 172 209 -
CMYK 0.58 0.18 0 0.18
HSL 198.2º 0.57% 0.58% -
HSV(B) 198.2º 0.58% 0.82% -
XYZ 30.19 36.13 65.71 -
YUV 150.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 87 172 209 0.58 0.18 0 0.18 198.2 0.57 0.58
Hex 57 AC D1 3A 12 0 12 C6 39 3A
Octal 127 254 321 72 22 0 22 306 71 72
Binary 1010111 10101100 11010001 111010 10010 0 10010 11000110 111001 111010

Color Harmonies of #57ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACD1

Black with #57ACD1

Text Example


Text Example

White with #57ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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