Html Css Color HEX #60AEC8 Viking

📋 copy color: '#60AEC8'

red 96 ◦ green 174 ◦ blue 200

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

Shades of Viking #60AEC8

Tints of Viking #60AEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 20.43%
G = 37.02%
B = 42.55%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60AEC8 (or 0x60AEC8) is known color: Viking. HEX triplet: 60, AE and C8. RGB value is (96,174,200). Sum of RGB (Red+Green+Blue) = 96+174+200=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #60AEC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEC8 is #9F5137. Grayscale: #999999. Windows color (decimal): -10441016 or 13151840. OLE color: 13151840.

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

Color convert

RGB 96 174 200 -
CMYK 0.52 0.13 0 0.22
HSL 195º 0.49% 0.58% -
HSV(B) 195º 0.52% 0.78% -
XYZ 30.39 36.93 60.17 -
YUV 153.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 96 174 200 0.52 0.13 0 0.22 195 0.49 0.58
Hex 60 AE C8 34 D 0 16 C3 31 3A
Octal 140 256 310 64 15 0 26 303 61 72
Binary 1100000 10101110 11001000 110100 1101 0 10110 11000011 110001 111010

Color Harmonies of #60AEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEC8

Black with #60AEC8

Text Example


Text Example

White with #60AEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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