#48BCD2

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

Shades of Viking #48BCD2

Tints of Viking #48BCD2

Color information

#48BCD2 (or 0x48BCD2) is unknown color: approx Viking. HEX triplet: 48, BC and D2. RGB value is (72,188,210). Sum of RGB (Red+Green+Blue) = 72+188+210=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #48BCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCD2 is #B7432D. Grayscale: #9B9B9B. Windows color (decimal): -12010286 or 13810760. OLE color: 13810760.

HSL color Cylindrical-coordinate representation of color #48BCD2: hue angle of 189.57º degrees, saturation: 0.61, 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 #48BCD2 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72188210-
CMYK0.660.1000.18
HSL189.57º60.53%55.29%-
HSV(B)189.57º65.71%82.35%-
XYZ32.294267.38-
YUV155.82158.5768.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.32%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=15.32%
G=40%
B=44.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721882100.660.1000.18189.5760.5355.29
Hex48BCD242A012be3d37
Octal110274322102120222767567
Binary100100010111100110100101000010101001001010111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,210); }

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

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

 a { background-color: rgb(72,188,210); }

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

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

 span { border-color: rgb(72,188,210); }

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