Html Css Color HEX #60B9CE Viking

📋 copy color: '#60B9CE'

red 96 ◦ green 185 ◦ blue 206

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

Shades of Viking #60B9CE

Tints of Viking #60B9CE

RGB

 RED value IS 96 (37.89% from 255) = 19.71%

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 19.71%
G = 37.99%
B = 42.3%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60B9CE (or 0x60B9CE) is known color: Viking. HEX triplet: 60, B9 and CE. RGB value is (96,185,206). Sum of RGB (Red+Green+Blue) = 96+185+206=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #60B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9CE is #9F4631. Grayscale: #A0A0A0. Windows color (decimal): -10438194 or 13547872. OLE color: 13547872.

HSL color Cylindrical-coordinate representation of color #60B9CE: hue angle of 191.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60B9CE is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 185 206 -
CMYK 0.53 0.10 0 0.19
HSL 191.45º 0.53% 0.59% -
HSV(B) 191.45º 0.53% 0.81% -
XYZ 33.31 41.64 64.67 -
YUV 160.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 96 185 206 0.53 0.10 0 0.19 191.45 0.53 0.59
Hex 60 B9 CE 35 A 0 13 BF 35 3B
Octal 140 271 316 65 12 0 23 277 65 73
Binary 1100000 10111001 11001110 110101 1010 0 10011 10111111 110101 111011

Color Harmonies of #60B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B9CE

Black with #60B9CE

Text Example


Text Example

White with #60B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B9CE; }

 p { color: rgb(96,185,206); }

 H1.HeaderClassName
 {
   color: #60B9CE;
 }
 .AnyTagClassName
 {
   color: #60B9CE;
 }
</style>

background-color css

<style>
 a { background-color: #60B9CE; }

 a { background-color: rgb(96,185,206); }

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

border-color css

<style>
 span { border-color: #60B9CE; }

 span { border-color: rgb(96,185,206); }

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