#48B5CE

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

Shades of Viking #48B5CE

Tints of Viking #48B5CE

Color information

#48B5CE (or 0x48B5CE) is unknown color: approx Viking. HEX triplet: 48, B5 and CE. RGB value is (72,181,206). Sum of RGB (Red+Green+Blue) = 72+181+206=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #48B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B5CE is #B74A31. Grayscale: #979797. Windows color (decimal): -12012082 or 13546824. OLE color: 13546824.

HSL color Cylindrical-coordinate representation of color #48B5CE: hue angle of 191.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48B5CE is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72181206-
CMYK0.650.1200.19
HSL191.19º57.76%54.51%-
HSV(B)191.19º65.05%80.78%-
XYZ30.3438.8864.3-
YUV151.26158.8971.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.69%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=15.69%
G=39.43%
B=44.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721812060.650.1200.19191.1957.7654.51
Hex48B5CE41C013bf3a37
Octal110265316101140232777267
Binary100100010110101110011101000001110001001110111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,206); }

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

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

 a { background-color: rgb(72,181,206); }

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

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

 span { border-color: rgb(72,181,206); }

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