Html Css Color HEX #60AEC9 Viking

📋 copy color: '#60AEC9'

red 96 ◦ green 174 ◦ blue 201

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

Shades of Viking #60AEC9

Tints of Viking #60AEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.94%

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

R = 20.38%
G = 36.94%
B = 42.68%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60AEC9 (or 0x60AEC9) is known color: Viking. HEX triplet: 60, AE and C9. RGB value is (96,174,201). Sum of RGB (Red+Green+Blue) = 96+174+201=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #60AEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEC9 is #9F5136. Grayscale: #999999. Windows color (decimal): -10441015 or 13217376. OLE color: 13217376.

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

Color convert

RGB 96 174 201 -
CMYK 0.52 0.13 0 0.21
HSL 195.43º 0.49% 0.58% -
HSV(B) 195.43º 0.52% 0.79% -
XYZ 30.5 36.98 60.79 -
YUV 153.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 96 174 201 0.52 0.13 0 0.21 195.43 0.49 0.58
Hex 60 AE C9 34 D 0 15 C3 31 3A
Octal 140 256 311 64 15 0 25 303 61 72
Binary 1100000 10101110 11001001 110100 1101 0 10101 11000011 110001 111010

Color Harmonies of #60AEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEC9

Black with #60AEC9

Text Example


Text Example

White with #60AEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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