Html Css Color HEX #60B5CC Viking

📋 copy color: '#60B5CC'

red 96 ◦ green 181 ◦ blue 204

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

Shades of Viking #60B5CC

Tints of Viking #60B5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

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

R = 19.96%
G = 37.63%
B = 42.41%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60B5CC (or 0x60B5CC) is known color: Viking. HEX triplet: 60, B5 and CC. RGB value is (96,181,204). Sum of RGB (Red+Green+Blue) = 96+181+204=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #60B5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5CC is #9F4A33. Grayscale: #9E9E9E. Windows color (decimal): -10439220 or 13415776. OLE color: 13415776.

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

Color convert

RGB 96 181 204 -
CMYK 0.53 0.11 0 0.2
HSL 192.78º 0.51% 0.59% -
HSV(B) 192.78º 0.53% 0.8% -
XYZ 32.25 39.89 63.13 -
YUV 158.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 96 181 204 0.53 0.11 0 0.2 192.78 0.51 0.59
Hex 60 B5 CC 35 B 0 14 C1 33 3B
Octal 140 265 314 65 13 0 24 301 63 73
Binary 1100000 10110101 11001100 110101 1011 0 10100 11000001 110011 111011

Color Harmonies of #60B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5CC

Black with #60B5CC

Text Example


Text Example

White with #60B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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