Html Css Color HEX #58ABCF Picton Blue

📋 copy color: '#58ABCF'

red 88 ◦ green 171 ◦ blue 207

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

Shades of Picton Blue #58ABCF

Tints of Picton Blue #58ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 18.88%
G = 36.7%
B = 44.42%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58ABCF (or 0x58ABCF) is known color: Picton Blue. HEX triplet: 58, AB and CF. RGB value is (88,171,207). Sum of RGB (Red+Green+Blue) = 88+171+207=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #58ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABCF is #A75430. Grayscale: #969696. Windows color (decimal): -10966065 or 13609816. OLE color: 13609816.

HSL color Cylindrical-coordinate representation of color #58ABCF: hue angle of 198.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58ABCF is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 171 207 -
CMYK 0.57 0.17 0 0.19
HSL 198.15º 0.55% 0.58% -
HSV(B) 198.15º 0.57% 0.81% -
XYZ 29.85 35.71 64.35 -
YUV 150.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 88 171 207 0.57 0.17 0 0.19 198.15 0.55 0.58
Hex 58 AB CF 39 11 0 13 C6 37 3A
Octal 130 253 317 71 21 0 23 306 67 72
Binary 1011000 10101011 11001111 111001 10001 0 10011 11000110 110111 111010

Color Harmonies of #58ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABCF

Black with #58ABCF

Text Example


Text Example

White with #58ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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