Html Css Color HEX #599ACE Picton Blue

📋 copy color: '#599ACE'

red 89 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #599ACE

Tints of Picton Blue #599ACE

RGB

 RED value IS 89 (35.16% from 255) = 19.82%

 GREEN value IS 154 (60.55% from 255) = 34.3%

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

R = 19.82%
G = 34.3%
B = 45.88%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#599ACE (or 0x599ACE) is known color: Picton Blue. HEX triplet: 59, 9A and CE. RGB value is (89,154,206). Sum of RGB (Red+Green+Blue) = 89+154+206=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #599ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ACE is #A66531. Grayscale: #8C8C8C. Windows color (decimal): -10904882 or 13539929. OLE color: 13539929.

HSL color Cylindrical-coordinate representation of color #599ACE: hue angle of 206.67º degrees, saturation: 0.54, 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 #599ACE is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 154 206 -
CMYK 0.57 0.25 0 0.19
HSL 206.67º 0.54% 0.58% -
HSV(B) 206.67º 0.57% 0.81% -
XYZ 26.82 29.69 62.71 -
YUV 140.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 89 154 206 0.57 0.25 0 0.19 206.67 0.54 0.58
Hex 59 9A CE 39 19 0 13 CF 36 3A
Octal 131 232 316 71 31 0 23 317 66 72
Binary 1011001 10011010 11001110 111001 11001 0 10011 11001111 110110 111010

Color Harmonies of #599ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ACE

Black with #599ACE

Text Example


Text Example

White with #599ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599ACE; }

 p { color: rgb(89,154,206); }

 H1.HeaderClassName
 {
   color: #599ACE;
 }
 .AnyTagClassName
 {
   color: #599ACE;
 }
</style>

background-color css

<style>
 a { background-color: #599ACE; }

 a { background-color: rgb(89,154,206); }

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

border-color css

<style>
 span { border-color: #599ACE; }

 span { border-color: rgb(89,154,206); }

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