#57AFD8

Color #57AFD8 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #57AFD8

Tints of Picton Blue #57AFD8

Color information

#57AFD8 (or 0x57AFD8) is unknown color: approx Picton Blue. HEX triplet: 57, AF and D8. RGB value is (87,175,216). Sum of RGB (Red+Green+Blue) = 87+175+216=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #57AFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFD8 is #A85027. Grayscale: #999999. Windows color (decimal): -11030568 or 14200663. OLE color: 14200663.

HSL color Cylindrical-coordinate representation of color #57AFD8: hue angle of 199.07º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57AFD8 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87175216-
CMYK0.600.1900.15
HSL199.07º62.32%59.41%-
HSV(B)199.07º59.72%84.71%-
XYZ31.6637.6470.56-
YUV153.36163.3580.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.20%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=18.20%
G=36.61%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871752160.600.1900.15199.0762.3259.41
Hex57AFD83C130Fc73e3b
Octal12725733074230173077673
Binary10101111010111111011000111100100110111111000111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,175,216); }

 H1.HeaderClassName
 {
   color: #57AFD8;
 }
 .AnyTagClassName
 {
   color: #57AFD8;
 }
</style>
background-color css

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

 a { background-color: rgb(87,175,216); }

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

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

 span { border-color: rgb(87,175,216); }

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