Html Css Color HEX #59B1CE Viking

📋 copy color: '#59B1CE'

red 89 ◦ green 177 ◦ blue 206

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

Shades of Viking #59B1CE

Tints of Viking #59B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 18.86%
G = 37.5%
B = 43.64%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59B1CE (or 0x59B1CE) is known color: Viking. HEX triplet: 59, B1 and CE. RGB value is (89,177,206). Sum of RGB (Red+Green+Blue) = 89+177+206=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #59B1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1CE is #A64E31. Grayscale: #999999. Windows color (decimal): -10898994 or 13545817. OLE color: 13545817.

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

Color convert

RGB 89 177 206 -
CMYK 0.57 0.14 0 0.19
HSL 194.87º 0.54% 0.58% -
HSV(B) 194.87º 0.57% 0.81% -
XYZ 30.98 38.02 64.1 -
YUV 153.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 89 177 206 0.57 0.14 0 0.19 194.87 0.54 0.58
Hex 59 B1 CE 39 E 0 13 C3 36 3A
Octal 131 261 316 71 16 0 23 303 66 72
Binary 1011001 10110001 11001110 111001 1110 0 10011 11000011 110110 111010

Color Harmonies of #59B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B1CE

Black with #59B1CE

Text Example


Text Example

White with #59B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,177,206); }

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

background-color css

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

 a { background-color: rgb(89,177,206); }

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

border-color css

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

 span { border-color: rgb(89,177,206); }

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