Html Css Color HEX #60B3CC Viking

📋 copy color: '#60B3CC'

red 96 ◦ green 179 ◦ blue 204

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

Shades of Viking #60B3CC

Tints of Viking #60B3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 20.04%
G = 37.37%
B = 42.59%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60B3CC (or 0x60B3CC) is known color: Viking. HEX triplet: 60, B3 and CC. RGB value is (96,179,204). Sum of RGB (Red+Green+Blue) = 96+179+204=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #60B3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3CC is #9F4C33. Grayscale: #9C9C9C. Windows color (decimal): -10439732 or 13415264. OLE color: 13415264.

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

Color convert

RGB 96 179 204 -
CMYK 0.53 0.12 0 0.2
HSL 193.89º 0.51% 0.59% -
HSV(B) 193.89º 0.53% 0.8% -
XYZ 31.84 39.09 62.99 -
YUV 157.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 96 179 204 0.53 0.12 0 0.2 193.89 0.51 0.59
Hex 60 B3 CC 35 C 0 14 C2 33 3B
Octal 140 263 314 65 14 0 24 302 63 73
Binary 1100000 10110011 11001100 110101 1100 0 10100 11000010 110011 111011

Color Harmonies of #60B3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B3CC

Black with #60B3CC

Text Example


Text Example

White with #60B3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,179,204); }

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

background-color css

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

 a { background-color: rgb(96,179,204); }

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

border-color css

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

 span { border-color: rgb(96,179,204); }

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