Html Css Color HEX #59BDC9 Viking

📋 copy color: '#59BDC9'

red 89 ◦ green 189 ◦ blue 201

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

Shades of Viking #59BDC9

Tints of Viking #59BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

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

R = 18.58%
G = 39.46%
B = 41.96%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#59BDC9 (or 0x59BDC9) is known color: Viking. HEX triplet: 59, BD and C9. RGB value is (89,189,201). Sum of RGB (Red+Green+Blue) = 89+189+201=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #59BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDC9 is #A64236. Grayscale: #A0A0A0. Windows color (decimal): -10895927 or 13221209. OLE color: 13221209.

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

Color convert

RGB 89 189 201 -
CMYK 0.56 0.06 0 0.21
HSL 186.43º 0.51% 0.57% -
HSV(B) 186.43º 0.56% 0.79% -
XYZ 32.86 42.74 61.78 -
YUV 160.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 89 189 201 0.56 0.06 0 0.21 186.43 0.51 0.57
Hex 59 BD C9 38 6 0 15 BA 33 39
Octal 131 275 311 70 6 0 25 272 63 71
Binary 1011001 10111101 11001001 111000 110 0 10101 10111010 110011 111001

Color Harmonies of #59BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDC9

Black with #59BDC9

Text Example


Text Example

White with #59BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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