Html Css Color HEX #48ADCB Viking

📋 copy color: '#48ADCB'

red 72 ◦ green 173 ◦ blue 203

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

Shades of Viking #48ADCB

Tints of Viking #48ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

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

R = 16.07%
G = 38.62%
B = 45.31%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48ADCB (or 0x48ADCB) is known color: Viking. HEX triplet: 48, AD and CB. RGB value is (72,173,203). Sum of RGB (Red+Green+Blue) = 72+173+203=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #48ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADCB is #B75234. Grayscale: #929292. Windows color (decimal): -12014133 or 13348168. OLE color: 13348168.

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

Color convert

RGB 72 173 203 -
CMYK 0.65 0.15 0 0.20
HSL 193.74º 0.56% 0.54% -
HSV(B) 193.74º 0.65% 0.8% -
XYZ 28.4 35.58 61.87 -
YUV 146.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 72 173 203 0.65 0.15 0 0.20 193.74 0.56 0.54
Hex 48 AD CB 41 F 0 14 C2 38 36
Octal 110 255 313 101 17 0 24 302 70 66
Binary 1001000 10101101 11001011 1000001 1111 0 10100 11000010 111000 110110

Color Harmonies of #48ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ADCB

Black with #48ADCB

Text Example


Text Example

White with #48ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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