Html Css Color HEX #59BAC9 Viking

📋 copy color: '#59BAC9'

red 89 ◦ green 186 ◦ blue 201

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

Shades of Viking #59BAC9

Tints of Viking #59BAC9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 18.7%
G = 39.08%
B = 42.23%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#59BAC9 (or 0x59BAC9) is known color: Viking. HEX triplet: 59, BA and C9. RGB value is (89,186,201). Sum of RGB (Red+Green+Blue) = 89+186+201=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #59BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC9 is #A64536. Grayscale: #9E9E9E. Windows color (decimal): -10896695 or 13220441. OLE color: 13220441.

HSL color Cylindrical-coordinate representation of color #59BAC9: hue angle of 188.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BAC9 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 186 201 -
CMYK 0.56 0.07 0 0.21
HSL 188.04º 0.51% 0.57% -
HSV(B) 188.04º 0.56% 0.79% -
XYZ 32.22 41.46 61.56 -
YUV 158.71 151.86 78.28 -
System Red Green Blue C M Y K H S L
Decimal 89 186 201 0.56 0.07 0 0.21 188.04 0.51 0.57
Hex 59 BA C9 38 7 0 15 BC 33 39
Octal 131 272 311 70 7 0 25 274 63 71
Binary 1011001 10111010 11001001 111000 111 0 10101 10111100 110011 111001

Color Harmonies of #59BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAC9

Black with #59BAC9

Text Example


Text Example

White with #59BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,186,201); }

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

background-color css

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

 a { background-color: rgb(89,186,201); }

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

border-color css

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

 span { border-color: rgb(89,186,201); }

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