Html Css Color HEX #57A8CF Picton Blue

📋 copy color: '#57A8CF'

red 87 ◦ green 168 ◦ blue 207

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

Shades of Picton Blue #57A8CF

Tints of Picton Blue #57A8CF

RGB

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

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

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

R = 18.83%
G = 36.36%
B = 44.81%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57A8CF (or 0x57A8CF) is known color: Picton Blue. HEX triplet: 57, A8 and CF. RGB value is (87,168,207). Sum of RGB (Red+Green+Blue) = 87+168+207=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #57A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8CF is #A85730. Grayscale: #939393. Windows color (decimal): -11032369 or 13609047. OLE color: 13609047.

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

Color convert

RGB 87 168 207 -
CMYK 0.58 0.19 0 0.19
HSL 199.5º 0.56% 0.58% -
HSV(B) 199.5º 0.58% 0.81% -
XYZ 29.2 34.54 64.16 -
YUV 148.23 161.16 84.33 -
System Red Green Blue C M Y K H S L
Decimal 87 168 207 0.58 0.19 0 0.19 199.5 0.56 0.58
Hex 57 A8 CF 3A 13 0 13 C8 38 3A
Octal 127 250 317 72 23 0 23 310 70 72
Binary 1010111 10101000 11001111 111010 10011 0 10011 11001000 111000 111010

Color Harmonies of #57A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A8CF

Black with #57A8CF

Text Example


Text Example

White with #57A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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