Html Css Color HEX #5ABACE Viking

📋 copy color: '#5ABACE'

red 90 ◦ green 186 ◦ blue 206

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

Shades of Viking #5ABACE

Tints of Viking #5ABACE

RGB

 RED value IS 90 (35.55% from 255) = 18.67%

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 18.67%
G = 38.59%
B = 42.74%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5ABACE (or 0x5ABACE) is known color: Viking. HEX triplet: 5A, BA and CE. RGB value is (90,186,206). Sum of RGB (Red+Green+Blue) = 90+186+206=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ABACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABACE is #A54531. Grayscale: #9F9F9F. Windows color (decimal): -10831154 or 13548122. OLE color: 13548122.

HSL color Cylindrical-coordinate representation of color #5ABACE: hue angle of 190.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABACE is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 186 206 -
CMYK 0.56 0.10 0 0.19
HSL 190.34º 0.54% 0.58% -
HSV(B) 190.34º 0.56% 0.81% -
XYZ 32.92 41.75 64.72 -
YUV 159.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 90 186 206 0.56 0.10 0 0.19 190.34 0.54 0.58
Hex 5A BA CE 38 A 0 13 BE 36 3A
Octal 132 272 316 70 12 0 23 276 66 72
Binary 1011010 10111010 11001110 111000 1010 0 10011 10111110 110110 111010

Color Harmonies of #5ABACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABACE

Black with #5ABACE

Text Example


Text Example

White with #5ABACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABACE; }

 p { color: rgb(90,186,206); }

 H1.HeaderClassName
 {
   color: #5ABACE;
 }
 .AnyTagClassName
 {
   color: #5ABACE;
 }
</style>

background-color css

<style>
 a { background-color: #5ABACE; }

 a { background-color: rgb(90,186,206); }

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

border-color css

<style>
 span { border-color: #5ABACE; }

 span { border-color: rgb(90,186,206); }

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