Html Css Color HEX #57ABDD Picton Blue

📋 copy color: '#57ABDD'

red 87 ◦ green 171 ◦ blue 221

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

Shades of Picton Blue #57ABDD

Tints of Picton Blue #57ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 18.16%
G = 35.7%
B = 46.14%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57ABDD (or 0x57ABDD) is known color: Picton Blue. HEX triplet: 57, AB and DD. RGB value is (87,171,221). Sum of RGB (Red+Green+Blue) = 87+171+221=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #57ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABDD is #A85422. Grayscale: #979797. Windows color (decimal): -11031587 or 14527319. OLE color: 14527319.

HSL color Cylindrical-coordinate representation of color #57ABDD: hue angle of 202.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57ABDD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 171 221 -
CMYK 0.61 0.23 0 0.13
HSL 202.39º 0.66% 0.6% -
HSV(B) 202.39º 0.61% 0.87% -
XYZ 31.54 36.37 73.76 -
YUV 151.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 87 171 221 0.61 0.23 0 0.13 202.39 0.66 0.6
Hex 57 AB DD 3D 17 0 D CA 42 3C
Octal 127 253 335 75 27 0 15 312 102 74
Binary 1010111 10101011 11011101 111101 10111 0 1101 11001010 1000010 111100

Color Harmonies of #57ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABDD

Black with #57ABDD

Text Example


Text Example

White with #57ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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