Html Css Color HEX #60BDCF Viking

📋 copy color: '#60BDCF'

red 96 ◦ green 189 ◦ blue 207

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

Shades of Viking #60BDCF

Tints of Viking #60BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 19.51%
G = 38.41%
B = 42.07%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60BDCF (or 0x60BDCF) is known color: Viking. HEX triplet: 60, BD and CF. RGB value is (96,189,207). Sum of RGB (Red+Green+Blue) = 96+189+207=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #60BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDCF is #9F4230. Grayscale: #A3A3A3. Windows color (decimal): -10437169 or 13614432. OLE color: 13614432.

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

Color convert

RGB 96 189 207 -
CMYK 0.54 0.09 0 0.19
HSL 189.73º 0.54% 0.59% -
HSV(B) 189.73º 0.54% 0.81% -
XYZ 34.28 43.39 65.6 -
YUV 163.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 96 189 207 0.54 0.09 0 0.19 189.73 0.54 0.59
Hex 60 BD CF 36 9 0 13 BE 36 3B
Octal 140 275 317 66 11 0 23 276 66 73
Binary 1100000 10111101 11001111 110110 1001 0 10011 10111110 110110 111011

Color Harmonies of #60BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDCF

Black with #60BDCF

Text Example


Text Example

White with #60BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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