#48BAD1

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

Shades of Viking #48BAD1

Tints of Viking #48BAD1

Color information

#48BAD1 (or 0x48BAD1) is unknown color: approx Viking. HEX triplet: 48, BA and D1. RGB value is (72,186,209). Sum of RGB (Red+Green+Blue) = 72+186+209=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #48BAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BAD1 is #B7452E. Grayscale: #9A9A9A. Windows color (decimal): -12010799 or 13744712. OLE color: 13744712.

HSL color Cylindrical-coordinate representation of color #48BAD1: hue angle of 190.07º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BAD1 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72186209-
CMYK0.660.1100.18
HSL190.07º59.83%55.1%-
HSV(B)190.07º65.55%81.96%-
XYZ31.7441.166.58-
YUV154.54158.7369.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.42%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=15.42%
G=39.83%
B=44.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721862090.660.1100.18190.0759.8355.1
Hex48BAD142B012be3c37
Octal110272321102130222767467
Binary100100010111010110100011000010101101001010111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48BAD1; }

 p { color: rgb(72,186,209); }

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

<style>
 a { background-color: #48BAD1; }

 a { background-color: rgb(72,186,209); }

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

<style>
 span { border-color: #48BAD1; }

 span { border-color: rgb(72,186,209); }

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