Html Css Color HEX #60B7CC Viking

📋 copy color: '#60B7CC'

red 96 ◦ green 183 ◦ blue 204

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

Shades of Viking #60B7CC

Tints of Viking #60B7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.89%

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

R = 19.88%
G = 37.89%
B = 42.24%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60B7CC (or 0x60B7CC) is known color: Viking. HEX triplet: 60, B7 and CC. RGB value is (96,183,204). Sum of RGB (Red+Green+Blue) = 96+183+204=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #60B7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7CC is #9F4833. Grayscale: #9F9F9F. Windows color (decimal): -10438708 or 13416288. OLE color: 13416288.

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

Color convert

RGB 96 183 204 -
CMYK 0.53 0.10 0 0.2
HSL 191.67º 0.51% 0.59% -
HSV(B) 191.67º 0.53% 0.8% -
XYZ 32.66 40.71 63.26 -
YUV 159.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 96 183 204 0.53 0.10 0 0.2 191.67 0.51 0.59
Hex 60 B7 CC 35 A 0 14 C0 33 3B
Octal 140 267 314 65 12 0 24 300 63 73
Binary 1100000 10110111 11001100 110101 1010 0 10100 11000000 110011 111011

Color Harmonies of #60B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7CC

Black with #60B7CC

Text Example


Text Example

White with #60B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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