Html Css Color HEX #5ABCC9 Viking

📋 copy color: '#5ABCC9'

red 90 ◦ green 188 ◦ blue 201

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

Shades of Viking #5ABCC9

Tints of Viking #5ABCC9

RGB

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

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

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

R = 18.79%
G = 39.25%
B = 41.96%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5ABCC9 (or 0x5ABCC9) is known color: Viking. HEX triplet: 5A, BC and C9. RGB value is (90,188,201). Sum of RGB (Red+Green+Blue) = 90+188+201=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #5ABCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCC9 is #A54336. Grayscale: #A0A0A0. Windows color (decimal): -10830647 or 13220954. OLE color: 13220954.

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

Color convert

RGB 90 188 201 -
CMYK 0.55 0.06 0 0.21
HSL 187.03º 0.51% 0.57% -
HSV(B) 187.03º 0.55% 0.79% -
XYZ 32.74 42.36 61.71 -
YUV 160.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 90 188 201 0.55 0.06 0 0.21 187.03 0.51 0.57
Hex 5A BC C9 37 6 0 15 BB 33 39
Octal 132 274 311 67 6 0 25 273 63 71
Binary 1011010 10111100 11001001 110111 110 0 10101 10111011 110011 111001

Color Harmonies of #5ABCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCC9

Black with #5ABCC9

Text Example


Text Example

White with #5ABCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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