Html Css Color HEX #599EDE Picton Blue

📋 copy color: '#599EDE'

red 89 ◦ green 158 ◦ blue 222

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

Shades of Picton Blue #599EDE

Tints of Picton Blue #599EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.69%

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 18.98%
G = 33.69%
B = 47.33%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599EDE (or 0x599EDE) is known color: Picton Blue. HEX triplet: 59, 9E and DE. RGB value is (89,158,222). Sum of RGB (Red+Green+Blue) = 89+158+222=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #599EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EDE is #A66121. Grayscale: #909090. Windows color (decimal): -10903842 or 14589529. OLE color: 14589529.

HSL color Cylindrical-coordinate representation of color #599EDE: hue angle of 208.87º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599EDE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 158 222 -
CMYK 0.60 0.29 0 0.13
HSL 208.87º 0.67% 0.61% -
HSV(B) 208.87º 0.6% 0.87% -
XYZ 29.53 31.85 73.7 -
YUV 144.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 89 158 222 0.60 0.29 0 0.13 208.87 0.67 0.61
Hex 59 9E DE 3C 1D 0 D D1 43 3D
Octal 131 236 336 74 35 0 15 321 103 75
Binary 1011001 10011110 11011110 111100 11101 0 1101 11010001 1000011 111101

Color Harmonies of #599EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EDE

Black with #599EDE

Text Example


Text Example

White with #599EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,222); }

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

background-color css

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

 a { background-color: rgb(89,158,222); }

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

border-color css

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

 span { border-color: rgb(89,158,222); }

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