#48BFD9

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

Shades of Viking #48BFD9

Tints of Viking #48BFD9

Color information

#48BFD9 (or 0x48BFD9) is unknown color: approx Viking. HEX triplet: 48, BF and D9. RGB value is (72,191,217). Sum of RGB (Red+Green+Blue) = 72+191+217=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #48BFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFD9 is #B74026. Grayscale: #9E9E9E. Windows color (decimal): -12009511 or 14270280. OLE color: 14270280.

HSL color Cylindrical-coordinate representation of color #48BFD9: hue angle of 190.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BFD9 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72191217-
CMYK0.670.1200.15
HSL190.76º65.61%56.67%-
HSV(B)190.76º66.82%85.1%-
XYZ33.8343.6572.29-
YUV158.38161.0866.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=15%
G=39.79%
B=45.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721912170.670.1200.15190.7665.6156.67
Hex48BFD943C0Fbf4239
Octal1102773311031401727710271
Binary100100010111111110110011000011110001111101111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,191,217); }

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

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

 a { background-color: rgb(72,191,217); }

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

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

 span { border-color: rgb(72,191,217); }

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