Html Css Color HEX #60B2CE Viking

📋 copy color: '#60B2CE'

red 96 ◦ green 178 ◦ blue 206

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

Shades of Viking #60B2CE

Tints of Viking #60B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 20%
G = 37.08%
B = 42.92%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60B2CE (or 0x60B2CE) is known color: Viking. HEX triplet: 60, B2 and CE. RGB value is (96,178,206). Sum of RGB (Red+Green+Blue) = 96+178+206=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #60B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2CE is #9F4D31. Grayscale: #9C9C9C. Windows color (decimal): -10439986 or 13546080. OLE color: 13546080.

HSL color Cylindrical-coordinate representation of color #60B2CE: hue angle of 195.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60B2CE is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 178 206 -
CMYK 0.53 0.14 0 0.19
HSL 195.27º 0.53% 0.59% -
HSV(B) 195.27º 0.53% 0.81% -
XYZ 31.88 38.78 64.2 -
YUV 156.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 96 178 206 0.53 0.14 0 0.19 195.27 0.53 0.59
Hex 60 B2 CE 35 E 0 13 C3 35 3B
Octal 140 262 316 65 16 0 23 303 65 73
Binary 1100000 10110010 11001110 110101 1110 0 10011 11000011 110101 111011

Color Harmonies of #60B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2CE

Black with #60B2CE

Text Example


Text Example

White with #60B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,178,206); }

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

background-color css

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

 a { background-color: rgb(96,178,206); }

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

border-color css

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

 span { border-color: rgb(96,178,206); }

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