Html Css Color HEX #57A8DC Picton Blue

📋 copy color: '#57A8DC'

red 87 ◦ green 168 ◦ blue 220

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

Shades of Picton Blue #57A8DC

Tints of Picton Blue #57A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 18.32%
G = 35.37%
B = 46.32%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57A8DC (or 0x57A8DC) is known color: Picton Blue. HEX triplet: 57, A8 and DC. RGB value is (87,168,220). Sum of RGB (Red+Green+Blue) = 87+168+220=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #57A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8DC is #A85723. Grayscale: #959595. Windows color (decimal): -11032356 or 14461015. OLE color: 14461015.

HSL color Cylindrical-coordinate representation of color #57A8DC: hue angle of 203.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A8DC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 168 220 -
CMYK 0.60 0.24 0 0.14
HSL 203.46º 0.66% 0.6% -
HSV(B) 203.46º 0.6% 0.86% -
XYZ 30.85 35.2 72.88 -
YUV 149.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 87 168 220 0.60 0.24 0 0.14 203.46 0.66 0.6
Hex 57 A8 DC 3C 18 0 E CB 42 3C
Octal 127 250 334 74 30 0 16 313 102 74
Binary 1010111 10101000 11011100 111100 11000 0 1110 11001011 1000010 111100

Color Harmonies of #57A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A8DC

Black with #57A8DC

Text Example


Text Example

White with #57A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,168,220); }

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

background-color css

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

 a { background-color: rgb(87,168,220); }

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

border-color css

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

 span { border-color: rgb(87,168,220); }

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