Html Css Color HEX #48BFD8 Viking

📋 copy color: '#48BFD8'

red 72 ◦ green 191 ◦ blue 216

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

Shades of Viking #48BFD8

Tints of Viking #48BFD8

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 15.03%
G = 39.87%
B = 45.09%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#48BFD8 (or 0x48BFD8) is known color: Viking. HEX triplet: 48, BF and D8. RGB value is (72,191,216). Sum of RGB (Red+Green+Blue) = 72+191+216=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #48BFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFD8 is #B74027. Grayscale: #9E9E9E. Windows color (decimal): -12009512 or 14204744. OLE color: 14204744.

HSL color Cylindrical-coordinate representation of color #48BFD8: hue angle of 190.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BFD8 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 191 216 -
CMYK 0.67 0.12 0 0.15
HSL 190.42º 0.65% 0.56% -
HSV(B) 190.42º 0.67% 0.85% -
XYZ 33.7 43.6 71.6 -
YUV 158.27 160.58 66.47 -
System Red Green Blue C M Y K H S L
Decimal 72 191 216 0.67 0.12 0 0.15 190.42 0.65 0.56
Hex 48 BF D8 43 C 0 F BE 41 38
Octal 110 277 330 103 14 0 17 276 101 70
Binary 1001000 10111111 11011000 1000011 1100 0 1111 10111110 1000001 111000

Color Harmonies of #48BFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFD8

Black with #48BFD8

Text Example


Text Example

White with #48BFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,216); }

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

background-color css

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

 a { background-color: rgb(72,191,216); }

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

border-color css

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

 span { border-color: rgb(72,191,216); }

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