Html Css Color HEX #59BCC3 Viking

📋 copy color: '#59BCC3'

red 89 ◦ green 188 ◦ blue 195

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

Shades of Viking #59BCC3

Tints of Viking #59BCC3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.83%

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 18.86%
G = 39.83%
B = 41.31%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#59BCC3 (or 0x59BCC3) is known color: Viking. HEX triplet: 59, BC and C3. RGB value is (89,188,195). Sum of RGB (Red+Green+Blue) = 89+188+195=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #59BCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCC3 is #A6433C. Grayscale: #9F9F9F. Windows color (decimal): -10896189 or 12827737. OLE color: 12827737.

HSL color Cylindrical-coordinate representation of color #59BCC3: hue angle of 183.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BCC3 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 188 195 -
CMYK 0.54 0.04 0 0.24
HSL 183.96º 0.47% 0.56% -
HSV(B) 183.96º 0.54% 0.76% -
XYZ 31.95 42.03 58.06 -
YUV 159.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 89 188 195 0.54 0.04 0 0.24 183.96 0.47 0.56
Hex 59 BC C3 36 4 0 18 B8 2F 38
Octal 131 274 303 66 4 0 30 270 57 70
Binary 1011001 10111100 11000011 110110 100 0 11000 10111000 101111 111000

Color Harmonies of #59BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCC3

Black with #59BCC3

Text Example


Text Example

White with #59BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,188,195); }

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

background-color css

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

 a { background-color: rgb(89,188,195); }

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

border-color css

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

 span { border-color: rgb(89,188,195); }

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