Html Css Color HEX #58ACD3 Picton Blue

📋 copy color: '#58ACD3'

red 88 ◦ green 172 ◦ blue 211

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

Shades of Picton Blue #58ACD3

Tints of Picton Blue #58ACD3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

 BLUE value IS 211 (82.81% from 255) = 44.8%

R = 18.68%
G = 36.52%
B = 44.8%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#58ACD3 (or 0x58ACD3) is known color: Picton Blue. HEX triplet: 58, AC and D3. RGB value is (88,172,211). Sum of RGB (Red+Green+Blue) = 88+172+211=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #58ACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACD3 is #A7532C. Grayscale: #979797. Windows color (decimal): -10965805 or 13872216. OLE color: 13872216.

HSL color Cylindrical-coordinate representation of color #58ACD3: hue angle of 199.02º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58ACD3 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 88 172 211 -
CMYK 0.58 0.18 0 0.17
HSL 199.02º 0.58% 0.59% -
HSV(B) 199.02º 0.58% 0.83% -
XYZ 30.53 36.28 67.02 -
YUV 151.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 88 172 211 0.58 0.18 0 0.17 199.02 0.58 0.59
Hex 58 AC D3 3A 12 0 11 C7 3A 3B
Octal 130 254 323 72 22 0 21 307 72 73
Binary 1011000 10101100 11010011 111010 10010 0 10001 11000111 111010 111011

Color Harmonies of #58ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ACD3

Black with #58ACD3

Text Example


Text Example

White with #58ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,172,211); }

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

background-color css

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

 a { background-color: rgb(88,172,211); }

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

border-color css

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

 span { border-color: rgb(88,172,211); }

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