Html Css Color HEX #57ABDA Picton Blue

📋 copy color: '#57ABDA'

red 87 ◦ green 171 ◦ blue 218

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

Shades of Picton Blue #57ABDA

Tints of Picton Blue #57ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

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

R = 18.28%
G = 35.92%
B = 45.8%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57ABDA (or 0x57ABDA) is known color: Picton Blue. HEX triplet: 57, AB and DA. RGB value is (87,171,218). Sum of RGB (Red+Green+Blue) = 87+171+218=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #57ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABDA is #A85425. Grayscale: #969696. Windows color (decimal): -11031590 or 14330711. OLE color: 14330711.

HSL color Cylindrical-coordinate representation of color #57ABDA: hue angle of 201.53º 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 #57ABDA is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 171 218 -
CMYK 0.60 0.22 0 0.15
HSL 201.53º 0.64% 0.6% -
HSV(B) 201.53º 0.6% 0.85% -
XYZ 31.15 36.21 71.68 -
YUV 151.24 165.67 82.18 -
System Red Green Blue C M Y K H S L
Decimal 87 171 218 0.60 0.22 0 0.15 201.53 0.64 0.6
Hex 57 AB DA 3C 16 0 F CA 40 3C
Octal 127 253 332 74 26 0 17 312 100 74
Binary 1010111 10101011 11011010 111100 10110 0 1111 11001010 1000000 111100

Color Harmonies of #57ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABDA

Black with #57ABDA

Text Example


Text Example

White with #57ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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