Html Css Color HEX #5ABEC7 Viking

📋 copy color: '#5ABEC7'

red 90 ◦ green 190 ◦ blue 199

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

Shades of Viking #5ABEC7

Tints of Viking #5ABEC7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

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

R = 18.79%
G = 39.67%
B = 41.54%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5ABEC7 (or 0x5ABEC7) is known color: Viking. HEX triplet: 5A, BE and C7. RGB value is (90,190,199). Sum of RGB (Red+Green+Blue) = 90+190+199=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #5ABEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEC7 is #A54138. Grayscale: #A0A0A0. Windows color (decimal): -10830137 or 13090394. OLE color: 13090394.

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

Color convert

RGB 90 190 199 -
CMYK 0.55 0.05 0 0.22
HSL 184.95º 0.49% 0.57% -
HSV(B) 184.95º 0.55% 0.78% -
XYZ 32.94 43.12 60.62 -
YUV 161.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 90 190 199 0.55 0.05 0 0.22 184.95 0.49 0.57
Hex 5A BE C7 37 5 0 16 B9 31 39
Octal 132 276 307 67 5 0 26 271 61 71
Binary 1011010 10111110 11000111 110111 101 0 10110 10111001 110001 111001

Color Harmonies of #5ABEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEC7

Black with #5ABEC7

Text Example


Text Example

White with #5ABEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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