Html Css Color HEX #59B1CF Viking

📋 copy color: '#59B1CF'

red 89 ◦ green 177 ◦ blue 207

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

Shades of Viking #59B1CF

Tints of Viking #59B1CF

RGB

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

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

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

R = 18.82%
G = 37.42%
B = 43.76%

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

#59B1CF (or 0x59B1CF) is known color: Viking. HEX triplet: 59, B1 and CF. RGB value is (89,177,207). Sum of RGB (Red+Green+Blue) = 89+177+207=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #59B1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1CF is #A64E30. Grayscale: #999999. Windows color (decimal): -10898993 or 13611353. OLE color: 13611353.

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

Color convert

RGB 89 177 207 -
CMYK 0.57 0.14 0 0.19
HSL 195.25º 0.55% 0.58% -
HSV(B) 195.25º 0.57% 0.81% -
XYZ 31.1 38.07 64.74 -
YUV 154.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 89 177 207 0.57 0.14 0 0.19 195.25 0.55 0.58
Hex 59 B1 CF 39 E 0 13 C3 37 3A
Octal 131 261 317 71 16 0 23 303 67 72
Binary 1011001 10110001 11001111 111001 1110 0 10011 11000011 110111 111010

Color Harmonies of #59B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B1CF

Black with #59B1CF

Text Example


Text Example

White with #59B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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