Html Css Color HEX #60BEC9 Viking

📋 copy color: '#60BEC9'

red 96 ◦ green 190 ◦ blue 201

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

Shades of Viking #60BEC9

Tints of Viking #60BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.01%

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 19.71%
G = 39.01%
B = 41.27%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60BEC9 (or 0x60BEC9) is known color: Viking. HEX triplet: 60, BE and C9. RGB value is (96,190,201). Sum of RGB (Red+Green+Blue) = 96+190+201=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #60BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEC9 is #9F4136. Grayscale: #A3A3A3. Windows color (decimal): -10436919 or 13221472. OLE color: 13221472.

HSL color Cylindrical-coordinate representation of color #60BEC9: hue angle of 186.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BEC9 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 190 201 -
CMYK 0.52 0.05 0 0.21
HSL 186.29º 0.49% 0.58% -
HSV(B) 186.29º 0.52% 0.79% -
XYZ 33.78 43.53 61.88 -
YUV 163.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 96 190 201 0.52 0.05 0 0.21 186.29 0.49 0.58
Hex 60 BE C9 34 5 0 15 BA 31 3A
Octal 140 276 311 64 5 0 25 272 61 72
Binary 1100000 10111110 11001001 110100 101 0 10101 10111010 110001 111010

Color Harmonies of #60BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEC9

Black with #60BEC9

Text Example


Text Example

White with #60BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,190,201); }

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

background-color css

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

 a { background-color: rgb(96,190,201); }

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

border-color css

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

 span { border-color: rgb(96,190,201); }

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