Html Css Color HEX #57ABCF Picton Blue

📋 copy color: '#57ABCF'

red 87 ◦ green 171 ◦ blue 207

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

Shades of Picton Blue #57ABCF

Tints of Picton Blue #57ABCF

RGB

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

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

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

R = 18.71%
G = 36.77%
B = 44.52%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57ABCF (or 0x57ABCF) is known color: Picton Blue. HEX triplet: 57, AB and CF. RGB value is (87,171,207). Sum of RGB (Red+Green+Blue) = 87+171+207=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #57ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABCF is #A85430. Grayscale: #959595. Windows color (decimal): -11031601 or 13609815. OLE color: 13609815.

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

Color convert

RGB 87 171 207 -
CMYK 0.58 0.17 0 0.19
HSL 198º 0.56% 0.58% -
HSV(B) 198º 0.58% 0.81% -
XYZ 29.76 35.66 64.35 -
YUV 149.99 160.17 83.07 -
System Red Green Blue C M Y K H S L
Decimal 87 171 207 0.58 0.17 0 0.19 198 0.56 0.58
Hex 57 AB CF 3A 11 0 13 C6 38 3A
Octal 127 253 317 72 21 0 23 306 70 72
Binary 1010111 10101011 11001111 111010 10001 0 10011 11000110 111000 111010

Color Harmonies of #57ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABCF

Black with #57ABCF

Text Example


Text Example

White with #57ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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