Html Css Color HEX #57A3CF Picton Blue

📋 copy color: '#57A3CF'

red 87 ◦ green 163 ◦ blue 207

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

Shades of Picton Blue #57A3CF

Tints of Picton Blue #57A3CF

RGB

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

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

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

R = 19.04%
G = 35.67%
B = 45.3%

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

#57A3CF (or 0x57A3CF) is known color: Picton Blue. HEX triplet: 57, A3 and CF. RGB value is (87,163,207). Sum of RGB (Red+Green+Blue) = 87+163+207=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #57A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3CF is #A85C30. Grayscale: #919191. Windows color (decimal): -11033649 or 13607767. OLE color: 13607767.

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

Color convert

RGB 87 163 207 -
CMYK 0.58 0.21 0 0.19
HSL 202º 0.56% 0.58% -
HSV(B) 202º 0.58% 0.81% -
XYZ 28.29 32.73 63.86 -
YUV 145.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 87 163 207 0.58 0.21 0 0.19 202 0.56 0.58
Hex 57 A3 CF 3A 15 0 13 CA 38 3A
Octal 127 243 317 72 25 0 23 312 70 72
Binary 1010111 10100011 11001111 111010 10101 0 10011 11001010 111000 111010

Color Harmonies of #57A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A3CF

Black with #57A3CF

Text Example


Text Example

White with #57A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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