Html Css Color HEX #5ABDC1 Viking

📋 copy color: '#5ABDC1'

red 90 ◦ green 189 ◦ blue 193

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

Shades of Viking #5ABDC1

Tints of Viking #5ABDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 19.07%
G = 40.04%
B = 40.89%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5ABDC1 (or 0x5ABDC1) is known color: Viking. HEX triplet: 5A, BD and C1. RGB value is (90,189,193). Sum of RGB (Red+Green+Blue) = 90+189+193=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #5ABDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDC1 is #A5423E. Grayscale: #9F9F9F. Windows color (decimal): -10830399 or 12696922. OLE color: 12696922.

HSL color Cylindrical-coordinate representation of color #5ABDC1: hue angle of 182.33º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABDC1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 189 193 -
CMYK 0.53 0.02 0 0.24
HSL 182.33º 0.45% 0.55% -
HSV(B) 182.33º 0.53% 0.76% -
XYZ 32.04 42.42 56.95 -
YUV 159.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 90 189 193 0.53 0.02 0 0.24 182.33 0.45 0.55
Hex 5A BD C1 35 2 0 18 B6 2D 37
Octal 132 275 301 65 2 0 30 266 55 67
Binary 1011010 10111101 11000001 110101 10 0 11000 10110110 101101 110111

Color Harmonies of #5ABDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDC1

Black with #5ABDC1

Text Example


Text Example

White with #5ABDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,193); }

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

background-color css

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

 a { background-color: rgb(90,189,193); }

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

border-color css

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

 span { border-color: rgb(90,189,193); }

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