Html Css Color HEX #60BBC7 Viking

📋 copy color: '#60BBC7'

red 96 ◦ green 187 ◦ blue 199

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

Shades of Viking #60BBC7

Tints of Viking #60BBC7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

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

R = 19.92%
G = 38.8%
B = 41.29%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60BBC7 (or 0x60BBC7) is known color: Viking. HEX triplet: 60, BB and C7. RGB value is (96,187,199). Sum of RGB (Red+Green+Blue) = 96+187+199=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #60BBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBC7 is #9F4438. Grayscale: #A1A1A1. Windows color (decimal): -10437689 or 13089632. OLE color: 13089632.

HSL color Cylindrical-coordinate representation of color #60BBC7: hue angle of 186.99º 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 #60BBC7 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 187 199 -
CMYK 0.52 0.06 0 0.22
HSL 186.99º 0.48% 0.58% -
HSV(B) 186.99º 0.52% 0.78% -
XYZ 32.9 42.15 60.43 -
YUV 161.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 96 187 199 0.52 0.06 0 0.22 186.99 0.48 0.58
Hex 60 BB C7 34 6 0 16 BB 30 3A
Octal 140 273 307 64 6 0 26 273 60 72
Binary 1100000 10111011 11000111 110100 110 0 10110 10111011 110000 111010

Color Harmonies of #60BBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBC7

Black with #60BBC7

Text Example


Text Example

White with #60BBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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