Html Css Color HEX #58ABDC Picton Blue

📋 copy color: '#58ABDC'

red 88 ◦ green 171 ◦ blue 220

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

Shades of Picton Blue #58ABDC

Tints of Picton Blue #58ABDC

RGB

 RED value IS 88 (34.77% from 255) = 18.37%

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 18.37%
G = 35.7%
B = 45.93%

CMYK

 C value IS 0.6

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58ABDC (or 0x58ABDC) is known color: Picton Blue. HEX triplet: 58, AB and DC. RGB value is (88,171,220). Sum of RGB (Red+Green+Blue) = 88+171+220=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #58ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABDC is #A75423. Grayscale: #979797. Windows color (decimal): -10966052 or 14461784. OLE color: 14461784.

HSL color Cylindrical-coordinate representation of color #58ABDC: hue angle of 202.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58ABDC is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 171 220 -
CMYK 0.6 0.22 0 0.14
HSL 202.27º 0.65% 0.6% -
HSV(B) 202.27º 0.6% 0.86% -
XYZ 31.51 36.37 73.07 -
YUV 151.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 88 171 220 0.6 0.22 0 0.14 202.27 0.65 0.6
Hex 58 AB DC 3C 16 0 E CA 41 3C
Octal 130 253 334 74 26 0 16 312 101 74
Binary 1011000 10101011 11011100 111100 10110 0 1110 11001010 1000001 111100

Color Harmonies of #58ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABDC

Black with #58ABDC

Text Example


Text Example

White with #58ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58ABDC;
 }
 .AnyTagClassName
 {
   color: #58ABDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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