Html Css Color HEX #57A4CB Picton Blue

📋 copy color: '#57A4CB'

red 87 ◦ green 164 ◦ blue 203

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

Shades of Picton Blue #57A4CB

Tints of Picton Blue #57A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 19.16%
G = 36.12%
B = 44.71%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57A4CB (or 0x57A4CB) is known color: Picton Blue. HEX triplet: 57, A4 and CB. RGB value is (87,164,203). Sum of RGB (Red+Green+Blue) = 87+164+203=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #57A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4CB is #A85B34. Grayscale: #919191. Windows color (decimal): -11033397 or 13345879. OLE color: 13345879.

HSL color Cylindrical-coordinate representation of color #57A4CB: hue angle of 200.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A4CB is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 164 203 -
CMYK 0.57 0.19 0 0.20
HSL 200.17º 0.53% 0.57% -
HSV(B) 200.17º 0.57% 0.8% -
XYZ 27.99 32.89 61.37 -
YUV 145.42 160.49 86.33 -
System Red Green Blue C M Y K H S L
Decimal 87 164 203 0.57 0.19 0 0.20 200.17 0.53 0.57
Hex 57 A4 CB 39 13 0 14 C8 35 39
Octal 127 244 313 71 23 0 24 310 65 71
Binary 1010111 10100100 11001011 111001 10011 0 10100 11001000 110101 111001

Color Harmonies of #57A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A4CB

Black with #57A4CB

Text Example


Text Example

White with #57A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,164,203); }

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

background-color css

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

 a { background-color: rgb(87,164,203); }

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

border-color css

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

 span { border-color: rgb(87,164,203); }

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