Html Css Color HEX #48BACB Viking

📋 copy color: '#48BACB'

red 72 ◦ green 186 ◦ blue 203

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

Shades of Viking #48BACB

Tints of Viking #48BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 15.62%
G = 40.35%
B = 44.03%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48BACB (or 0x48BACB) is known color: Viking. HEX triplet: 48, BA and CB. RGB value is (72,186,203). Sum of RGB (Red+Green+Blue) = 72+186+203=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #48BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BACB is #B74534. Grayscale: #999999. Windows color (decimal): -12010805 or 13351496. OLE color: 13351496.

HSL color Cylindrical-coordinate representation of color #48BACB: hue angle of 187.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BACB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 186 203 -
CMYK 0.65 0.08 0 0.20
HSL 187.79º 0.56% 0.54% -
HSV(B) 187.79º 0.65% 0.8% -
XYZ 31.01 40.81 62.74 -
YUV 153.85 155.73 69.62 -
System Red Green Blue C M Y K H S L
Decimal 72 186 203 0.65 0.08 0 0.20 187.79 0.56 0.54
Hex 48 BA CB 41 8 0 14 BC 38 36
Octal 110 272 313 101 10 0 24 274 70 66
Binary 1001000 10111010 11001011 1000001 1000 0 10100 10111100 111000 110110

Color Harmonies of #48BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BACB

Black with #48BACB

Text Example


Text Example

White with #48BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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