Html Css Color HEX #48ABCB Viking

📋 copy color: '#48ABCB'

red 72 ◦ green 171 ◦ blue 203

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

Shades of Viking #48ABCB

Tints of Viking #48ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 16.14%
G = 38.34%
B = 45.52%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48ABCB (or 0x48ABCB) is known color: Viking. HEX triplet: 48, AB and CB. RGB value is (72,171,203). Sum of RGB (Red+Green+Blue) = 72+171+203=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #48ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABCB is #B75434. Grayscale: #909090. Windows color (decimal): -12014645 or 13347656. OLE color: 13347656.

HSL color Cylindrical-coordinate representation of color #48ABCB: hue angle of 194.66º 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 #48ABCB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 171 203 -
CMYK 0.65 0.16 0 0.20
HSL 194.66º 0.56% 0.54% -
HSV(B) 194.66º 0.65% 0.8% -
XYZ 28.01 34.82 61.74 -
YUV 145.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 72 171 203 0.65 0.16 0 0.20 194.66 0.56 0.54
Hex 48 AB CB 41 10 0 14 C3 38 36
Octal 110 253 313 101 20 0 24 303 70 66
Binary 1001000 10101011 11001011 1000001 10000 0 10100 11000011 111000 110110

Color Harmonies of #48ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABCB

Black with #48ABCB

Text Example


Text Example

White with #48ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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