Html Css Color HEX #60BAC8 Viking

📋 copy color: '#60BAC8'

red 96 ◦ green 186 ◦ blue 200

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

Shades of Viking #60BAC8

Tints of Viking #60BAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 19.92%
G = 38.59%
B = 41.49%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60BAC8 (or 0x60BAC8) is known color: Viking. HEX triplet: 60, BA and C8. RGB value is (96,186,200). Sum of RGB (Red+Green+Blue) = 96+186+200=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #60BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAC8 is #9F4537. Grayscale: #A0A0A0. Windows color (decimal): -10437944 or 13154912. OLE color: 13154912.

HSL color Cylindrical-coordinate representation of color #60BAC8: hue angle of 188.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BAC8 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 186 200 -
CMYK 0.52 0.07 0 0.22
HSL 188.08º 0.49% 0.58% -
HSV(B) 188.08º 0.52% 0.78% -
XYZ 32.81 41.77 60.98 -
YUV 160.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 96 186 200 0.52 0.07 0 0.22 188.08 0.49 0.58
Hex 60 BA C8 34 7 0 16 BC 31 3A
Octal 140 272 310 64 7 0 26 274 61 72
Binary 1100000 10111010 11001000 110100 111 0 10110 10111100 110001 111010

Color Harmonies of #60BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAC8

Black with #60BAC8

Text Example


Text Example

White with #60BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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