Html Css Color HEX #60BDCD Viking

📋 copy color: '#60BDCD'

red 96 ◦ green 189 ◦ blue 205

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

Shades of Viking #60BDCD

Tints of Viking #60BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 19.59%
G = 38.57%
B = 41.84%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60BDCD (or 0x60BDCD) is known color: Viking. HEX triplet: 60, BD and CD. RGB value is (96,189,205). Sum of RGB (Red+Green+Blue) = 96+189+205=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #60BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDCD is #9F4232. Grayscale: #A2A2A2. Windows color (decimal): -10437171 or 13483360. OLE color: 13483360.

HSL color Cylindrical-coordinate representation of color #60BDCD: hue angle of 188.81º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BDCD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 189 205 -
CMYK 0.53 0.08 0 0.20
HSL 188.81º 0.52% 0.59% -
HSV(B) 188.81º 0.53% 0.8% -
XYZ 34.04 43.29 64.32 -
YUV 163.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 96 189 205 0.53 0.08 0 0.20 188.81 0.52 0.59
Hex 60 BD CD 35 8 0 14 BD 34 3B
Octal 140 275 315 65 10 0 24 275 64 73
Binary 1100000 10111101 11001101 110101 1000 0 10100 10111101 110100 111011

Color Harmonies of #60BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDCD

Black with #60BDCD

Text Example


Text Example

White with #60BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,205); }

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

background-color css

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

 a { background-color: rgb(96,189,205); }

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

border-color css

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

 span { border-color: rgb(96,189,205); }

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