Html Css Color HEX #599FC8 Picton Blue

📋 copy color: '#599FC8'

red 89 ◦ green 159 ◦ blue 200

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

Shades of Picton Blue #599FC8

Tints of Picton Blue #599FC8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 200 (78.52% from 255) = 44.64%

R = 19.87%
G = 35.49%
B = 44.64%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#599FC8 (or 0x599FC8) is known color: Picton Blue. HEX triplet: 59, 9F and C8. RGB value is (89,159,200). Sum of RGB (Red+Green+Blue) = 89+159+200=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #599FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FC8 is #A66037. Grayscale: #8E8E8E. Windows color (decimal): -10903608 or 13147993. OLE color: 13147993.

HSL color Cylindrical-coordinate representation of color #599FC8: hue angle of 202.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599FC8 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 159 200 -
CMYK 0.56 0.20 0 0.22
HSL 202.16º 0.5% 0.57% -
HSV(B) 202.16º 0.56% 0.78% -
XYZ 26.94 31.09 59.22 -
YUV 142.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 89 159 200 0.56 0.20 0 0.22 202.16 0.5 0.57
Hex 59 9F C8 38 14 0 16 CA 32 39
Octal 131 237 310 70 24 0 26 312 62 71
Binary 1011001 10011111 11001000 111000 10100 0 10110 11001010 110010 111001

Color Harmonies of #599FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FC8

Black with #599FC8

Text Example


Text Example

White with #599FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,159,200); }

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

background-color css

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

 a { background-color: rgb(89,159,200); }

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

border-color css

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

 span { border-color: rgb(89,159,200); }

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