Html Css Color HEX #59BACF Viking

📋 copy color: '#59BACF'

red 89 ◦ green 186 ◦ blue 207

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

Shades of Viking #59BACF

Tints of Viking #59BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 18.46%
G = 38.59%
B = 42.95%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59BACF (or 0x59BACF) is known color: Viking. HEX triplet: 59, BA and CF. RGB value is (89,186,207). Sum of RGB (Red+Green+Blue) = 89+186+207=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #59BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BACF is #A64530. Grayscale: #9F9F9F. Windows color (decimal): -10896689 or 13613657. OLE color: 13613657.

HSL color Cylindrical-coordinate representation of color #59BACF: hue angle of 190.68º degrees, saturation: 0.55, 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 #59BACF is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 186 207 -
CMYK 0.57 0.10 0 0.19
HSL 190.68º 0.55% 0.58% -
HSV(B) 190.68º 0.57% 0.81% -
XYZ 32.94 41.75 65.35 -
YUV 159.39 154.86 77.79 -
System Red Green Blue C M Y K H S L
Decimal 89 186 207 0.57 0.10 0 0.19 190.68 0.55 0.58
Hex 59 BA CF 39 A 0 13 BF 37 3A
Octal 131 272 317 71 12 0 23 277 67 72
Binary 1011001 10111010 11001111 111001 1010 0 10011 10111111 110111 111010

Color Harmonies of #59BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BACF

Black with #59BACF

Text Example


Text Example

White with #59BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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