Html Css Color HEX #60BEC7 Viking

📋 copy color: '#60BEC7'

red 96 ◦ green 190 ◦ blue 199

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

Shades of Viking #60BEC7

Tints of Viking #60BEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 19.79%
G = 39.18%
B = 41.03%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60BEC7 (or 0x60BEC7) is known color: Viking. HEX triplet: 60, BE and C7. RGB value is (96,190,199). Sum of RGB (Red+Green+Blue) = 96+190+199=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #60BEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEC7 is #9F4138. Grayscale: #A2A2A2. Windows color (decimal): -10436921 or 13090400. OLE color: 13090400.

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

Color convert

RGB 96 190 199 -
CMYK 0.52 0.05 0 0.22
HSL 185.24º 0.48% 0.58% -
HSV(B) 185.24º 0.52% 0.78% -
XYZ 33.55 43.44 60.65 -
YUV 162.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 96 190 199 0.52 0.05 0 0.22 185.24 0.48 0.58
Hex 60 BE C7 34 5 0 16 B9 30 3A
Octal 140 276 307 64 5 0 26 271 60 72
Binary 1100000 10111110 11000111 110100 101 0 10110 10111001 110000 111010

Color Harmonies of #60BEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEC7

Black with #60BEC7

Text Example


Text Example

White with #60BEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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