Html Css Color HEX #48BDC5 Viking

📋 copy color: '#48BDC5'

red 72 ◦ green 189 ◦ blue 197

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

Shades of Viking #48BDC5

Tints of Viking #48BDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 15.72%
G = 41.27%
B = 43.01%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#48BDC5 (or 0x48BDC5) is known color: Viking. HEX triplet: 48, BD and C5. RGB value is (72,189,197). Sum of RGB (Red+Green+Blue) = 72+189+197=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #48BDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDC5 is #B7423A. Grayscale: #9A9A9A. Windows color (decimal): -12010043 or 12959048. OLE color: 12959048.

HSL color Cylindrical-coordinate representation of color #48BDC5: hue angle of 183.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48BDC5 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 189 197 -
CMYK 0.63 0.04 0 0.23
HSL 183.84º 0.52% 0.53% -
HSV(B) 183.84º 0.63% 0.77% -
XYZ 30.95 41.8 59.26 -
YUV 154.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 72 189 197 0.63 0.04 0 0.23 183.84 0.52 0.53
Hex 48 BD C5 3F 4 0 17 B8 34 35
Octal 110 275 305 77 4 0 27 270 64 65
Binary 1001000 10111101 11000101 111111 100 0 10111 10111000 110100 110101

Color Harmonies of #48BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDC5

Black with #48BDC5

Text Example


Text Example

White with #48BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,197); }

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

background-color css

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

 a { background-color: rgb(72,189,197); }

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

border-color css

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

 span { border-color: rgb(72,189,197); }

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