Html Css Color HEX #48BCD5 Viking

📋 copy color: '#48BCD5'

red 72 ◦ green 188 ◦ blue 213

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

Shades of Viking #48BCD5

Tints of Viking #48BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 15.22%
G = 39.75%
B = 45.03%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#48BCD5 (or 0x48BCD5) is known color: Viking. HEX triplet: 48, BC and D5. RGB value is (72,188,213). Sum of RGB (Red+Green+Blue) = 72+188+213=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #48BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCD5 is #B7432A. Grayscale: #9B9B9B. Windows color (decimal): -12010283 or 14007368. OLE color: 14007368.

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

Color convert

RGB 72 188 213 -
CMYK 0.66 0.12 0 0.16
HSL 190.64º 0.63% 0.56% -
HSV(B) 190.64º 0.66% 0.84% -
XYZ 32.67 42.15 69.36 -
YUV 156.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 72 188 213 0.66 0.12 0 0.16 190.64 0.63 0.56
Hex 48 BC D5 42 C 0 10 BF 3F 38
Octal 110 274 325 102 14 0 20 277 77 70
Binary 1001000 10111100 11010101 1000010 1100 0 10000 10111111 111111 111000

Color Harmonies of #48BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCD5

Black with #48BCD5

Text Example


Text Example

White with #48BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,213); }

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

background-color css

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

 a { background-color: rgb(72,188,213); }

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

border-color css

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

 span { border-color: rgb(72,188,213); }

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