Html Css Color HEX #58AED3 Picton Blue

📋 copy color: '#58AED3'

red 88 ◦ green 174 ◦ blue 211

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

Shades of Picton Blue #58AED3

Tints of Picton Blue #58AED3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

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

R = 18.6%
G = 36.79%
B = 44.61%

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

#58AED3 (or 0x58AED3) is known color: Picton Blue. HEX triplet: 58, AE and D3. RGB value is (88,174,211). Sum of RGB (Red+Green+Blue) = 88+174+211=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #58AED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AED3 is #A7512C. Grayscale: #989898. Windows color (decimal): -10965293 or 13872728. OLE color: 13872728.

HSL color Cylindrical-coordinate representation of color #58AED3: hue angle of 198.05º 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 #58AED3 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 88 174 211 -
CMYK 0.58 0.18 0 0.17
HSL 198.05º 0.58% 0.59% -
HSV(B) 198.05º 0.58% 0.83% -
XYZ 30.92 37.05 67.15 -
YUV 152.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 88 174 211 0.58 0.18 0 0.17 198.05 0.58 0.59
Hex 58 AE D3 3A 12 0 11 C6 3A 3B
Octal 130 256 323 72 22 0 21 306 72 73
Binary 1011000 10101110 11010011 111010 10010 0 10001 11000110 111010 111011

Color Harmonies of #58AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AED3

Black with #58AED3

Text Example


Text Example

White with #58AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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