#58abd8

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

Shades of Picton Blue #58ABD8

Tints of Picton Blue #58ABD8

Color information

#58ABD8 (or 0x58ABD8) is unknown color: approx Picton Blue. HEX triplet: 58, AB and D8. RGB value is (88,171,216). Sum of RGB (Red+Green+Blue) = 88+171+216=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #58ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABD8 is #A75427. Grayscale: #979797. Windows color (decimal): -10966056 or 14199640. OLE color: 14199640.

HSL color Cylindrical-coordinate representation of color #58ABD8: hue angle of 201.09º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58ABD8 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB88171216-
CMYK0.590.2100.15
HSL201.09º62.14%59.61%-
HSV(B)201.09º59.26%84.71%-
XYZ30.9836.1670.31-
YUV151.31164.582.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.53%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=18.53%
G=36%
B=45.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881712160.590.2100.15201.0962.1459.61
Hex58ABD83B150Fc93e3c
Octal13025333073250173117674
Binary10110001010101111011000111011101010111111001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58abd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58abd8; }

 p { color: rgb(88,171,216); }

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

<style>
 a { background-color: #58abd8; }

 a { background-color: rgb(88,171,216); }

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

<style>
 span { border-color: #58abd8; }

 span { border-color: rgb(88,171,216); }

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