Html Css Color HEX #57AACF Picton Blue

📋 copy color: '#57AACF'

red 87 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #57AACF

Tints of Picton Blue #57AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.64%

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 18.75%
G = 36.64%
B = 44.61%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57AACF (or 0x57AACF) is known color: Picton Blue. HEX triplet: 57, AA and CF. RGB value is (87,170,207). Sum of RGB (Red+Green+Blue) = 87+170+207=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #57AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AACF is #A85530. Grayscale: #959595. Windows color (decimal): -11031857 or 13609559. OLE color: 13609559.

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

Color convert

RGB 87 170 207 -
CMYK 0.58 0.18 0 0.19
HSL 198.5º 0.56% 0.58% -
HSV(B) 198.5º 0.58% 0.81% -
XYZ 29.57 35.28 64.28 -
YUV 149.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 87 170 207 0.58 0.18 0 0.19 198.5 0.56 0.58
Hex 57 AA CF 3A 12 0 13 C6 38 3A
Octal 127 252 317 72 22 0 23 306 70 72
Binary 1010111 10101010 11001111 111010 10010 0 10011 11000110 111000 111010

Color Harmonies of #57AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AACF

Black with #57AACF

Text Example


Text Example

White with #57AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,170,207); }

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

background-color css

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

 a { background-color: rgb(87,170,207); }

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

border-color css

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

 span { border-color: rgb(87,170,207); }

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