#48B8CC

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

Shades of Viking #48B8CC

Tints of Viking #48B8CC

Color information

#48B8CC (or 0x48B8CC) is unknown color: approx Viking. HEX triplet: 48, B8 and CC. RGB value is (72,184,204). Sum of RGB (Red+Green+Blue) = 72+184+204=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #48B8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B8CC is #B74733. Grayscale: #989898. Windows color (decimal): -12011316 or 13416520. OLE color: 13416520.

HSL color Cylindrical-coordinate representation of color #48B8CC: hue angle of 189.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48B8CC is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72184204-
CMYK0.650.1000.2
HSL189.09º56.41%54.12%-
HSV(B)189.09º64.71%80%-
XYZ30.7140.0263.23-
YUV152.79156.8970.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.65%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=15.65%
G=40%
B=44.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721842040.650.1000.2189.0956.4154.12
Hex48B8CC41A014bd3836
Octal110270314101120242757066
Binary100100010111000110011001000001101001010010111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,184,204); }

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

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

 a { background-color: rgb(72,184,204); }

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

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

 span { border-color: rgb(72,184,204); }

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