Html Css Color HEX #5ABFC9 Viking

📋 copy color: '#5ABFC9'

red 90 ◦ green 191 ◦ blue 201

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

Shades of Viking #5ABFC9

Tints of Viking #5ABFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 18.67%
G = 39.63%
B = 41.7%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5ABFC9 (or 0x5ABFC9) is known color: Viking. HEX triplet: 5A, BF and C9. RGB value is (90,191,201). Sum of RGB (Red+Green+Blue) = 90+191+201=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #5ABFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFC9 is #A54036. Grayscale: #A1A1A1. Windows color (decimal): -10829879 or 13221722. OLE color: 13221722.

HSL color Cylindrical-coordinate representation of color #5ABFC9: hue angle of 185.41º 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 #5ABFC9 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 191 201 -
CMYK 0.55 0.05 0 0.21
HSL 185.41º 0.51% 0.57% -
HSV(B) 185.41º 0.55% 0.79% -
XYZ 33.39 43.65 61.92 -
YUV 161.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 90 191 201 0.55 0.05 0 0.21 185.41 0.51 0.57
Hex 5A BF C9 37 5 0 15 B9 33 39
Octal 132 277 311 67 5 0 25 271 63 71
Binary 1011010 10111111 11001001 110111 101 0 10101 10111001 110011 111001

Color Harmonies of #5ABFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFC9

Black with #5ABFC9

Text Example


Text Example

White with #5ABFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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