Html Css Color HEX #5ABCC7 Viking

📋 copy color: '#5ABCC7'

red 90 ◦ green 188 ◦ blue 199

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

Shades of Viking #5ABCC7

Tints of Viking #5ABCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

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

R = 18.87%
G = 39.41%
B = 41.72%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5ABCC7 (or 0x5ABCC7) is known color: Viking. HEX triplet: 5A, BC and C7. RGB value is (90,188,199). Sum of RGB (Red+Green+Blue) = 90+188+199=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #5ABCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCC7 is #A54338. Grayscale: #9F9F9F. Windows color (decimal): -10830649 or 13089882. OLE color: 13089882.

HSL color Cylindrical-coordinate representation of color #5ABCC7: hue angle of 186.06º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABCC7 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 188 199 -
CMYK 0.55 0.06 0 0.22
HSL 186.06º 0.49% 0.57% -
HSV(B) 186.06º 0.55% 0.78% -
XYZ 32.51 42.26 60.48 -
YUV 159.95 150.03 78.11 -
System Red Green Blue C M Y K H S L
Decimal 90 188 199 0.55 0.06 0 0.22 186.06 0.49 0.57
Hex 5A BC C7 37 6 0 16 BA 31 39
Octal 132 274 307 67 6 0 26 272 61 71
Binary 1011010 10111100 11000111 110111 110 0 10110 10111010 110001 111001

Color Harmonies of #5ABCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCC7

Black with #5ABCC7

Text Example


Text Example

White with #5ABCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,199); }

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

background-color css

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

 a { background-color: rgb(90,188,199); }

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

border-color css

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

 span { border-color: rgb(90,188,199); }

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