Html Css Color HEX #57A8CE Picton Blue

📋 copy color: '#57A8CE'

red 87 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #57A8CE

Tints of Picton Blue #57A8CE

RGB

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

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

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

R = 18.87%
G = 36.44%
B = 44.69%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57A8CE (or 0x57A8CE) is known color: Picton Blue. HEX triplet: 57, A8 and CE. RGB value is (87,168,206). Sum of RGB (Red+Green+Blue) = 87+168+206=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #57A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8CE is #A85731. Grayscale: #939393. Windows color (decimal): -11032370 or 13543511. OLE color: 13543511.

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

Color convert

RGB 87 168 206 -
CMYK 0.58 0.18 0 0.19
HSL 199.16º 0.55% 0.57% -
HSV(B) 199.16º 0.58% 0.81% -
XYZ 29.07 34.49 63.52 -
YUV 148.11 160.66 84.41 -
System Red Green Blue C M Y K H S L
Decimal 87 168 206 0.58 0.18 0 0.19 199.16 0.55 0.57
Hex 57 A8 CE 3A 12 0 13 C7 37 39
Octal 127 250 316 72 22 0 23 307 67 71
Binary 1010111 10101000 11001110 111010 10010 0 10011 11000111 110111 111001

Color Harmonies of #57A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A8CE

Black with #57A8CE

Text Example


Text Example

White with #57A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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