Html Css Color HEX #48ABC8 Viking

📋 copy color: '#48ABC8'

red 72 ◦ green 171 ◦ blue 200

#48ABC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #48ABC8

Tints of Viking #48ABC8

RGB

 RED value IS 72 (28.52% from 255) = 16.25%

 GREEN value IS 171 (67.19% from 255) = 38.6%

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 16.25%
G = 38.6%
B = 45.15%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#48ABC8 (or 0x48ABC8) is known color: Viking. HEX triplet: 48, AB and C8. RGB value is (72,171,200). Sum of RGB (Red+Green+Blue) = 72+171+200=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #48ABC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABC8 is #B75437. Grayscale: #909090. Windows color (decimal): -12014648 or 13151048. OLE color: 13151048.

HSL color Cylindrical-coordinate representation of color #48ABC8: hue angle of 193.59º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48ABC8 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 171 200 -
CMYK 0.64 0.14 0 0.22
HSL 193.59º 0.54% 0.53% -
HSV(B) 193.59º 0.64% 0.78% -
XYZ 27.66 34.67 59.88 -
YUV 144.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 72 171 200 0.64 0.14 0 0.22 193.59 0.54 0.53
Hex 48 AB C8 40 E 0 16 C2 36 35
Octal 110 253 310 100 16 0 26 302 66 65
Binary 1001000 10101011 11001000 1000000 1110 0 10110 11000010 110110 110101

Color Harmonies of #48ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABC8

Black with #48ABC8

Text Example


Text Example

White with #48ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,200); }

 H1.HeaderClassName
 {
   color: #48ABC8;
 }
 .AnyTagClassName
 {
   color: #48ABC8;
 }
</style>

background-color css

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

 a { background-color: rgb(72,171,200); }

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

border-color css

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

 span { border-color: rgb(72,171,200); }

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