Html Css Color HEX #60BACE Viking

📋 copy color: '#60BACE'

red 96 ◦ green 186 ◦ blue 206

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

Shades of Viking #60BACE

Tints of Viking #60BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

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

R = 19.67%
G = 38.11%
B = 42.21%

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

#60BACE (or 0x60BACE) is known color: Viking. HEX triplet: 60, BA and CE. RGB value is (96,186,206). Sum of RGB (Red+Green+Blue) = 96+186+206=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #60BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BACE is #9F4531. Grayscale: #A1A1A1. Windows color (decimal): -10437938 or 13548128. OLE color: 13548128.

HSL color Cylindrical-coordinate representation of color #60BACE: hue angle of 190.91º 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 #60BACE is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 186 206 -
CMYK 0.53 0.10 0 0.19
HSL 190.91º 0.53% 0.59% -
HSV(B) 190.91º 0.53% 0.81% -
XYZ 33.52 42.06 64.74 -
YUV 161.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 96 186 206 0.53 0.10 0 0.19 190.91 0.53 0.59
Hex 60 BA CE 35 A 0 13 BF 35 3B
Octal 140 272 316 65 12 0 23 277 65 73
Binary 1100000 10111010 11001110 110101 1010 0 10011 10111111 110101 111011

Color Harmonies of #60BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BACE

Black with #60BACE

Text Example


Text Example

White with #60BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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