Html Css Color HEX #57A3CE Picton Blue

📋 copy color: '#57A3CE'

red 87 ◦ green 163 ◦ blue 206

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

Shades of Picton Blue #57A3CE

Tints of Picton Blue #57A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 19.08%
G = 35.75%
B = 45.18%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57A3CE (or 0x57A3CE) is known color: Picton Blue. HEX triplet: 57, A3 and CE. RGB value is (87,163,206). Sum of RGB (Red+Green+Blue) = 87+163+206=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #57A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3CE is #A85C31. Grayscale: #909090. Windows color (decimal): -11033650 or 13542231. OLE color: 13542231.

HSL color Cylindrical-coordinate representation of color #57A3CE: hue angle of 201.68º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57A3CE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 163 206 -
CMYK 0.58 0.21 0 0.19
HSL 201.68º 0.55% 0.57% -
HSV(B) 201.68º 0.58% 0.81% -
XYZ 28.17 32.68 63.22 -
YUV 145.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 87 163 206 0.58 0.21 0 0.19 201.68 0.55 0.57
Hex 57 A3 CE 3A 15 0 13 CA 37 39
Octal 127 243 316 72 25 0 23 312 67 71
Binary 1010111 10100011 11001110 111010 10101 0 10011 11001010 110111 111001

Color Harmonies of #57A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A3CE

Black with #57A3CE

Text Example


Text Example

White with #57A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,163,206); }

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

background-color css

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

 a { background-color: rgb(87,163,206); }

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

border-color css

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

 span { border-color: rgb(87,163,206); }

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