Html Css Color HEX #60BBCB Viking

📋 copy color: '#60BBCB'

red 96 ◦ green 187 ◦ blue 203

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

Shades of Viking #60BBCB

Tints of Viking #60BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.48%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 19.75%
G = 38.48%
B = 41.77%

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

#60BBCB (or 0x60BBCB) is known color: Viking. HEX triplet: 60, BB and CB. RGB value is (96,187,203). Sum of RGB (Red+Green+Blue) = 96+187+203=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #60BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBCB is #9F4434. Grayscale: #A1A1A1. Windows color (decimal): -10437685 or 13351776. OLE color: 13351776.

HSL color Cylindrical-coordinate representation of color #60BBCB: hue angle of 188.97º degrees, saturation: 0.51, 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 #60BBCB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 187 203 -
CMYK 0.53 0.08 0 0.20
HSL 188.97º 0.51% 0.59% -
HSV(B) 188.97º 0.53% 0.8% -
XYZ 33.37 42.34 62.91 -
YUV 161.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 96 187 203 0.53 0.08 0 0.20 188.97 0.51 0.59
Hex 60 BB CB 35 8 0 14 BD 33 3B
Octal 140 273 313 65 10 0 24 275 63 73
Binary 1100000 10111011 11001011 110101 1000 0 10100 10111101 110011 111011

Color Harmonies of #60BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBCB

Black with #60BBCB

Text Example


Text Example

White with #60BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,187,203); }

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

background-color css

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

 a { background-color: rgb(96,187,203); }

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

border-color css

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

 span { border-color: rgb(96,187,203); }

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