Html Css Color HEX #48BAD7 Viking

📋 copy color: '#48BAD7'

red 72 ◦ green 186 ◦ blue 215

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

Shades of Viking #48BAD7

Tints of Viking #48BAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 15.22%
G = 39.32%
B = 45.45%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#48BAD7 (or 0x48BAD7) is known color: Viking. HEX triplet: 48, BA and D7. RGB value is (72,186,215). Sum of RGB (Red+Green+Blue) = 72+186+215=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #48BAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BAD7 is #B74528. Grayscale: #9A9A9A. Windows color (decimal): -12010793 or 14137928. OLE color: 14137928.

HSL color Cylindrical-coordinate representation of color #48BAD7: hue angle of 192.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BAD7 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 186 215 -
CMYK 0.67 0.13 0 0.16
HSL 192.17º 0.64% 0.56% -
HSV(B) 192.17º 0.67% 0.84% -
XYZ 32.5 41.4 70.57 -
YUV 155.22 161.73 68.64 -
System Red Green Blue C M Y K H S L
Decimal 72 186 215 0.67 0.13 0 0.16 192.17 0.64 0.56
Hex 48 BA D7 43 D 0 10 C0 40 38
Octal 110 272 327 103 15 0 20 300 100 70
Binary 1001000 10111010 11010111 1000011 1101 0 10000 11000000 1000000 111000

Color Harmonies of #48BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAD7

Black with #48BAD7

Text Example


Text Example

White with #48BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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