Html Css Color HEX #60BDCB Viking

📋 copy color: '#60BDCB'

red 96 ◦ green 189 ◦ blue 203

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

Shades of Viking #60BDCB

Tints of Viking #60BDCB

RGB

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

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

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

R = 19.67%
G = 38.73%
B = 41.6%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60BDCB (or 0x60BDCB) is known color: Viking. HEX triplet: 60, BD and CB. RGB value is (96,189,203). Sum of RGB (Red+Green+Blue) = 96+189+203=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #60BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDCB is #9F4234. Grayscale: #A2A2A2. Windows color (decimal): -10437173 or 13352288. OLE color: 13352288.

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

Color convert

RGB 96 189 203 -
CMYK 0.53 0.07 0 0.20
HSL 187.85º 0.51% 0.59% -
HSV(B) 187.85º 0.53% 0.8% -
XYZ 33.8 43.19 63.06 -
YUV 162.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 96 189 203 0.53 0.07 0 0.20 187.85 0.51 0.59
Hex 60 BD CB 35 7 0 14 BC 33 3B
Octal 140 275 313 65 7 0 24 274 63 73
Binary 1100000 10111101 11001011 110101 111 0 10100 10111100 110011 111011

Color Harmonies of #60BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDCB

Black with #60BDCB

Text Example


Text Example

White with #60BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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