#5ABBCA

Color #5ABBCA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5ABBCA

Tints of Viking #5ABBCA

Color information

#5ABBCA (or 0x5ABBCA) is unknown color: approx Viking. HEX triplet: 5A, BB and CA. RGB value is (90,187,202). Sum of RGB (Red+Green+Blue) = 90+187+202=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBCA is #A54435. Grayscale: #9F9F9F. Windows color (decimal): -10830902 or 13286234. OLE color: 13286234.

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

Color convert

RGB90187202-
CMYK0.550.0700.21
HSL188.04º51.38%57.25%-
HSV(B)188.04º55.45%79.22%-
XYZ32.6541.9862.26-
YUV159.71151.8678.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.79%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=18.79%
G=39.04%
B=42.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901872020.550.0700.21188.0451.3857.25
Hex5ABBCA377015bc3339
Octal1322733126770252746371
Binary1011010101110111100101011011111101010110111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,202); }

 H1.HeaderClassName
 {
   color: #5ABBCA;
 }
 .AnyTagClassName
 {
   color: #5ABBCA;
 }
</style>
background-color css

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

 a { background-color: rgb(90,187,202); }

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

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

 span { border-color: rgb(90,187,202); }

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