Html Css Color HEX #59BBCF Viking

📋 copy color: '#59BBCF'

red 89 ◦ green 187 ◦ blue 207

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

Shades of Viking #59BBCF

Tints of Viking #59BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.72%

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

R = 18.43%
G = 38.72%
B = 42.86%

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

#59BBCF (or 0x59BBCF) is known color: Viking. HEX triplet: 59, BB and CF. RGB value is (89,187,207). Sum of RGB (Red+Green+Blue) = 89+187+207=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #59BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBCF is #A64430. Grayscale: #9F9F9F. Windows color (decimal): -10896433 or 13613913. OLE color: 13613913.

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

Color convert

RGB 89 187 207 -
CMYK 0.57 0.10 0 0.19
HSL 190.17º 0.55% 0.58% -
HSV(B) 190.17º 0.57% 0.81% -
XYZ 33.15 42.17 65.42 -
YUV 159.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 89 187 207 0.57 0.10 0 0.19 190.17 0.55 0.58
Hex 59 BB CF 39 A 0 13 BE 37 3A
Octal 131 273 317 71 12 0 23 276 67 72
Binary 1011001 10111011 11001111 111001 1010 0 10011 10111110 110111 111010

Color Harmonies of #59BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBCF

Black with #59BBCF

Text Example


Text Example

White with #59BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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