Html Css Color HEX #59BDCD Viking

📋 copy color: '#59BDCD'

red 89 ◦ green 189 ◦ blue 205

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

Shades of Viking #59BDCD

Tints of Viking #59BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 18.43%
G = 39.13%
B = 42.44%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59BDCD (or 0x59BDCD) is known color: Viking. HEX triplet: 59, BD and CD. RGB value is (89,189,205). Sum of RGB (Red+Green+Blue) = 89+189+205=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #59BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDCD is #A64232. Grayscale: #A0A0A0. Windows color (decimal): -10895923 or 13483353. OLE color: 13483353.

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

Color convert

RGB 89 189 205 -
CMYK 0.57 0.08 0 0.20
HSL 188.28º 0.54% 0.58% -
HSV(B) 188.28º 0.57% 0.8% -
XYZ 33.34 42.93 64.29 -
YUV 160.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 89 189 205 0.57 0.08 0 0.20 188.28 0.54 0.58
Hex 59 BD CD 39 8 0 14 BC 36 3A
Octal 131 275 315 71 10 0 24 274 66 72
Binary 1011001 10111101 11001101 111001 1000 0 10100 10111100 110110 111010

Color Harmonies of #59BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDCD

Black with #59BDCD

Text Example


Text Example

White with #59BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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