Html Css Color HEX #59BFCB Viking

📋 copy color: '#59BFCB'

red 89 ◦ green 191 ◦ blue 203

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

Shades of Viking #59BFCB

Tints of Viking #59BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 18.43%
G = 39.54%
B = 42.03%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59BFCB (or 0x59BFCB) is known color: Viking. HEX triplet: 59, BF and CB. RGB value is (89,191,203). Sum of RGB (Red+Green+Blue) = 89+191+203=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #59BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFCB is #A64034. Grayscale: #A1A1A1. Windows color (decimal): -10895413 or 13352793. OLE color: 13352793.

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

Color convert

RGB 89 191 203 -
CMYK 0.56 0.06 0 0.20
HSL 186.32º 0.52% 0.57% -
HSV(B) 186.32º 0.56% 0.8% -
XYZ 33.53 43.7 63.17 -
YUV 161.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 89 191 203 0.56 0.06 0 0.20 186.32 0.52 0.57
Hex 59 BF CB 38 6 0 14 BA 34 39
Octal 131 277 313 70 6 0 24 272 64 71
Binary 1011001 10111111 11001011 111000 110 0 10100 10111010 110100 111001

Color Harmonies of #59BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFCB

Black with #59BFCB

Text Example


Text Example

White with #59BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,191,203); }

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

background-color css

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

 a { background-color: rgb(89,191,203); }

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

border-color css

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

 span { border-color: rgb(89,191,203); }

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