Html Css Color HEX #59BDD0 Viking

📋 copy color: '#59BDD0'

red 89 ◦ green 189 ◦ blue 208

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

Shades of Viking #59BDD0

Tints of Viking #59BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 18.31%
G = 38.89%
B = 42.8%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#59BDD0 (or 0x59BDD0) is known color: Viking. HEX triplet: 59, BD and D0. RGB value is (89,189,208). Sum of RGB (Red+Green+Blue) = 89+189+208=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #59BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDD0 is #A6422F. Grayscale: #A1A1A1. Windows color (decimal): -10895920 or 13679961. OLE color: 13679961.

HSL color Cylindrical-coordinate representation of color #59BDD0: hue angle of 189.58º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59BDD0 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 189 208 -
CMYK 0.57 0.09 0 0.18
HSL 189.58º 0.56% 0.58% -
HSV(B) 189.58º 0.57% 0.82% -
XYZ 33.7 43.07 66.21 -
YUV 161.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 89 189 208 0.57 0.09 0 0.18 189.58 0.56 0.58
Hex 59 BD D0 39 9 0 12 BE 38 3A
Octal 131 275 320 71 11 0 22 276 70 72
Binary 1011001 10111101 11010000 111001 1001 0 10010 10111110 111000 111010

Color Harmonies of #59BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDD0

Black with #59BDD0

Text Example


Text Example

White with #59BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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