Html Css Color HEX #57ACD0 Picton Blue

📋 copy color: '#57ACD0'

red 87 ◦ green 172 ◦ blue 208

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

Shades of Picton Blue #57ACD0

Tints of Picton Blue #57ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 18.63%
G = 36.83%
B = 44.54%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#57ACD0 (or 0x57ACD0) is known color: Picton Blue. HEX triplet: 57, AC and D0. RGB value is (87,172,208). Sum of RGB (Red+Green+Blue) = 87+172+208=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #57ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACD0 is #A8532F. Grayscale: #969696. Windows color (decimal): -11031344 or 13675607. OLE color: 13675607.

HSL color Cylindrical-coordinate representation of color #57ACD0: hue angle of 197.85º degrees, saturation: 0.56, 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 #57ACD0 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 172 208 -
CMYK 0.58 0.17 0 0.18
HSL 197.85º 0.56% 0.58% -
HSV(B) 197.85º 0.58% 0.82% -
XYZ 30.07 36.09 65.05 -
YUV 150.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 87 172 208 0.58 0.17 0 0.18 197.85 0.56 0.58
Hex 57 AC D0 3A 11 0 12 C6 38 3A
Octal 127 254 320 72 21 0 22 306 70 72
Binary 1010111 10101100 11010000 111010 10001 0 10010 11000110 111000 111010

Color Harmonies of #57ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACD0

Black with #57ACD0

Text Example


Text Example

White with #57ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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