Html Css Color HEX #59AECB Viking

📋 copy color: '#59AECB'

red 89 ◦ green 174 ◦ blue 203

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

Shades of Viking #59AECB

Tints of Viking #59AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 19.1%
G = 37.34%
B = 43.56%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59AECB (or 0x59AECB) is known color: Viking. HEX triplet: 59, AE and CB. RGB value is (89,174,203). Sum of RGB (Red+Green+Blue) = 89+174+203=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #59AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AECB is #A65134. Grayscale: #979797. Windows color (decimal): -10899765 or 13348441. OLE color: 13348441.

HSL color Cylindrical-coordinate representation of color #59AECB: hue angle of 195.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59AECB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 174 203 -
CMYK 0.56 0.14 0 0.20
HSL 195.26º 0.52% 0.57% -
HSV(B) 195.26º 0.56% 0.8% -
XYZ 30.04 36.71 62 -
YUV 151.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 89 174 203 0.56 0.14 0 0.20 195.26 0.52 0.57
Hex 59 AE CB 38 E 0 14 C3 34 39
Octal 131 256 313 70 16 0 24 303 64 71
Binary 1011001 10101110 11001011 111000 1110 0 10100 11000011 110100 111001

Color Harmonies of #59AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AECB

Black with #59AECB

Text Example


Text Example

White with #59AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59AECB; }

 p { color: rgb(89,174,203); }

 H1.HeaderClassName
 {
   color: #59AECB;
 }
 .AnyTagClassName
 {
   color: #59AECB;
 }
</style>

background-color css

<style>
 a { background-color: #59AECB; }

 a { background-color: rgb(89,174,203); }

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

border-color css

<style>
 span { border-color: #59AECB; }

 span { border-color: rgb(89,174,203); }

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