#48b2cb

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

Shades of Viking #48B2CB

Tints of Viking #48B2CB

Color information

#48B2CB (or 0x48B2CB) is unknown color: approx Viking. HEX triplet: 48, B2 and CB. RGB value is (72,178,203). Sum of RGB (Red+Green+Blue) = 72+178+203=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #48B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B2CB is #B74D34. Grayscale: #949494. Windows color (decimal): -12012853 or 13349448. OLE color: 13349448.

HSL color Cylindrical-coordinate representation of color #48B2CB: hue angle of 191.45º 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 #48B2CB is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72178203-
CMYK0.650.1200.20
HSL191.45º55.74%53.92%-
HSV(B)191.45º64.53%79.61%-
XYZ29.3737.5362.2-
YUV149.16158.3872.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.89%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=15.89%
G=39.29%
B=44.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721782030.650.1200.20191.4555.7453.92
Hex48B2CB41C014bf3836
Octal110262313101140242777066
Binary100100010110010110010111000001110001010010111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b2cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,203); }

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

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

 a { background-color: rgb(72,178,203); }

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

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

 span { border-color: rgb(72,178,203); }

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