Html Css Color HEX #57ACDA Picton Blue

📋 copy color: '#57ACDA'

red 87 ◦ green 172 ◦ blue 218

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

Shades of Picton Blue #57ACDA

Tints of Picton Blue #57ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 18.24%
G = 36.06%
B = 45.7%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57ACDA (or 0x57ACDA) is known color: Picton Blue. HEX triplet: 57, AC and DA. RGB value is (87,172,218). Sum of RGB (Red+Green+Blue) = 87+172+218=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #57ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACDA is #A85325. Grayscale: #979797. Windows color (decimal): -11031334 or 14330967. OLE color: 14330967.

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

Color convert

RGB 87 172 218 -
CMYK 0.60 0.21 0 0.15
HSL 201.07º 0.64% 0.6% -
HSV(B) 201.07º 0.6% 0.85% -
XYZ 31.34 36.59 71.74 -
YUV 151.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 87 172 218 0.60 0.21 0 0.15 201.07 0.64 0.6
Hex 57 AC DA 3C 15 0 F C9 40 3C
Octal 127 254 332 74 25 0 17 311 100 74
Binary 1010111 10101100 11011010 111100 10101 0 1111 11001001 1000000 111100

Color Harmonies of #57ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACDA

Black with #57ACDA

Text Example


Text Example

White with #57ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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