#5EACCB

Color #5EACCB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5EACCB

Tints of Picton Blue #5EACCB

Color information

#5EACCB (or 0x5EACCB) is unknown color: approx Picton Blue. HEX triplet: 5E, AC and CB. RGB value is (94,172,203). Sum of RGB (Red+Green+Blue) = 94+172+203=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCB is #A15334. Grayscale: #989898. Windows color (decimal): -10572597 or 13347934. OLE color: 13347934.

HSL color Cylindrical-coordinate representation of color #5EACCB: hue angle of 197.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EACCB is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94172203-
CMYK0.540.1500.20
HSL197.06º51.17%58.24%-
HSV(B)197.06º53.69%79.61%-
XYZ30.1536.261.9-
YUV152.21156.6686.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.04%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=20.04%
G=36.67%
B=43.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941722030.540.1500.20197.0651.1758.24
Hex5EACCB36F014c5333a
Octal13625431366170243056372
Binary10111101010110011001011110110111101010011000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EACCB; }

 p { color: rgb(94,172,203); }

 H1.HeaderClassName
 {
   color: #5EACCB;
 }
 .AnyTagClassName
 {
   color: #5EACCB;
 }
</style>
background-color css

<style>
 a { background-color: #5EACCB; }

 a { background-color: rgb(94,172,203); }

 div.DivClassName
 {
   background-color: #5EACCB;
 }
 .BgClassName
 {
   background-color: #5EACCB;
 }
</style>
border-color css

<style>
 span { border-color: #5EACCB; }

 span { border-color: rgb(94,172,203); }

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