Html Css Color HEX #58A7CF Picton Blue

📋 copy color: '#58A7CF'

red 88 ◦ green 167 ◦ blue 207

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

Shades of Picton Blue #58A7CF

Tints of Picton Blue #58A7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.15%

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

R = 19.05%
G = 36.15%
B = 44.81%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58A7CF (or 0x58A7CF) is known color: Picton Blue. HEX triplet: 58, A7 and CF. RGB value is (88,167,207). Sum of RGB (Red+Green+Blue) = 88+167+207=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #58A7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7CF is #A75830. Grayscale: #939393. Windows color (decimal): -10967089 or 13608792. OLE color: 13608792.

HSL color Cylindrical-coordinate representation of color #58A7CF: hue angle of 200.17º 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 #58A7CF is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 167 207 -
CMYK 0.57 0.19 0 0.19
HSL 200.17º 0.55% 0.58% -
HSV(B) 200.17º 0.57% 0.81% -
XYZ 29.11 34.22 64.1 -
YUV 147.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 88 167 207 0.57 0.19 0 0.19 200.17 0.55 0.58
Hex 58 A7 CF 39 13 0 13 C8 37 3A
Octal 130 247 317 71 23 0 23 310 67 72
Binary 1011000 10100111 11001111 111001 10011 0 10011 11001000 110111 111010

Color Harmonies of #58A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A7CF

Black with #58A7CF

Text Example


Text Example

White with #58A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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