Html Css Color HEX #48BAD0 Viking

📋 copy color: '#48BAD0'

red 72 ◦ green 186 ◦ blue 208

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

Shades of Viking #48BAD0

Tints of Viking #48BAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 15.45%
G = 39.91%
B = 44.64%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#48BAD0 (or 0x48BAD0) is known color: Viking. HEX triplet: 48, BA and D0. RGB value is (72,186,208). Sum of RGB (Red+Green+Blue) = 72+186+208=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #48BAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BAD0 is #B7452F. Grayscale: #9A9A9A. Windows color (decimal): -12010800 or 13679176. OLE color: 13679176.

HSL color Cylindrical-coordinate representation of color #48BAD0: hue angle of 189.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BAD0 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 186 208 -
CMYK 0.65 0.11 0 0.18
HSL 189.71º 0.59% 0.55% -
HSV(B) 189.71º 0.65% 0.82% -
XYZ 31.62 41.05 65.93 -
YUV 154.42 158.23 69.21 -
System Red Green Blue C M Y K H S L
Decimal 72 186 208 0.65 0.11 0 0.18 189.71 0.59 0.55
Hex 48 BA D0 41 B 0 12 BE 3B 37
Octal 110 272 320 101 13 0 22 276 73 67
Binary 1001000 10111010 11010000 1000001 1011 0 10010 10111110 111011 110111

Color Harmonies of #48BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAD0

Black with #48BAD0

Text Example


Text Example

White with #48BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,208); }

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

background-color css

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

 a { background-color: rgb(72,186,208); }

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

border-color css

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

 span { border-color: rgb(72,186,208); }

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