Html Css Color HEX #59BBC8 Viking

📋 copy color: '#59BBC8'

red 89 ◦ green 187 ◦ blue 200

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

Shades of Viking #59BBC8

Tints of Viking #59BBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 18.7%
G = 39.29%
B = 42.02%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#59BBC8 (or 0x59BBC8) is known color: Viking. HEX triplet: 59, BB and C8. RGB value is (89,187,200). Sum of RGB (Red+Green+Blue) = 89+187+200=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #59BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC8 is #A64437. Grayscale: #9F9F9F. Windows color (decimal): -10896440 or 13155161. OLE color: 13155161.

HSL color Cylindrical-coordinate representation of color #59BBC8: hue angle of 187.03º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BBC8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 187 200 -
CMYK 0.56 0.06 0 0.22
HSL 187.03º 0.5% 0.57% -
HSV(B) 187.03º 0.56% 0.78% -
XYZ 32.32 41.83 61.02 -
YUV 159.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 89 187 200 0.56 0.06 0 0.22 187.03 0.5 0.57
Hex 59 BB C8 38 6 0 16 BB 32 39
Octal 131 273 310 70 6 0 26 273 62 71
Binary 1011001 10111011 11001000 111000 110 0 10110 10111011 110010 111001

Color Harmonies of #59BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBC8

Black with #59BBC8

Text Example


Text Example

White with #59BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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