Html Css Color HEX #58A8CE Picton Blue

📋 copy color: '#58A8CE'

red 88 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #58A8CE

Tints of Picton Blue #58A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 19.05%
G = 36.36%
B = 44.59%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58A8CE (or 0x58A8CE) is known color: Picton Blue. HEX triplet: 58, A8 and CE. RGB value is (88,168,206). Sum of RGB (Red+Green+Blue) = 88+168+206=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #58A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8CE is #A75731. Grayscale: #949494. Windows color (decimal): -10966834 or 13543512. OLE color: 13543512.

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

Color convert

RGB 88 168 206 -
CMYK 0.57 0.18 0 0.19
HSL 199.32º 0.55% 0.58% -
HSV(B) 199.32º 0.57% 0.81% -
XYZ 29.17 34.54 63.52 -
YUV 148.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 88 168 206 0.57 0.18 0 0.19 199.32 0.55 0.58
Hex 58 A8 CE 39 12 0 13 C7 37 3A
Octal 130 250 316 71 22 0 23 307 67 72
Binary 1011000 10101000 11001110 111001 10010 0 10011 11000111 110111 111010

Color Harmonies of #58A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8CE

Black with #58A8CE

Text Example


Text Example

White with #58A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,168,206); }

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

background-color css

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

 a { background-color: rgb(88,168,206); }

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

border-color css

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

 span { border-color: rgb(88,168,206); }

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