#5ABBCB

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

Shades of Viking #5ABBCB

Tints of Viking #5ABBCB

Color information

#5ABBCB (or 0x5ABBCB) is unknown color: approx Viking. HEX triplet: 5A, BB and CB. RGB value is (90,187,203). Sum of RGB (Red+Green+Blue) = 90+187+203=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #5ABBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBCB is #A54434. Grayscale: #9F9F9F. Windows color (decimal): -10830901 or 13351770. OLE color: 13351770.

HSL color Cylindrical-coordinate representation of color #5ABBCB: hue angle of 188.5º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABBCB is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90187203-
CMYK0.560.0800.20
HSL188.5º52.07%57.45%-
HSV(B)188.5º55.67%79.61%-
XYZ32.7742.0362.88-
YUV159.82152.3678.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.75%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=18.75%
G=38.96%
B=42.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901872030.560.0800.20188.552.0757.45
Hex5ABBCB388014bc3439
Octal13227331370100242746471
Binary10110101011101111001011111000100001010010111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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