Html Css Color HEX #59BAC8 Viking

📋 copy color: '#59BAC8'

red 89 ◦ green 186 ◦ blue 200

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

Shades of Viking #59BAC8

Tints of Viking #59BAC8

RGB

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

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

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

R = 18.74%
G = 39.16%
B = 42.11%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#59BAC8 (or 0x59BAC8) is known color: Viking. HEX triplet: 59, BA and C8. RGB value is (89,186,200). Sum of RGB (Red+Green+Blue) = 89+186+200=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #59BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC8 is #A64537. Grayscale: #9E9E9E. Windows color (decimal): -10896696 or 13154905. OLE color: 13154905.

HSL color Cylindrical-coordinate representation of color #59BAC8: hue angle of 187.57º 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 #59BAC8 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 186 200 -
CMYK 0.56 0.07 0 0.22
HSL 187.57º 0.5% 0.57% -
HSV(B) 187.57º 0.56% 0.78% -
XYZ 32.1 41.41 60.94 -
YUV 158.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 89 186 200 0.56 0.07 0 0.22 187.57 0.5 0.57
Hex 59 BA C8 38 7 0 16 BC 32 39
Octal 131 272 310 70 7 0 26 274 62 71
Binary 1011001 10111010 11001000 111000 111 0 10110 10111100 110010 111001

Color Harmonies of #59BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAC8

Black with #59BAC8

Text Example


Text Example

White with #59BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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