Html Css Color HEX #48ADCD Viking

📋 copy color: '#48ADCD'

red 72 ◦ green 173 ◦ blue 205

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

Shades of Viking #48ADCD

Tints of Viking #48ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 16%
G = 38.44%
B = 45.56%

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

#48ADCD (or 0x48ADCD) is known color: Viking. HEX triplet: 48, AD and CD. RGB value is (72,173,205). Sum of RGB (Red+Green+Blue) = 72+173+205=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #48ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADCD is #B75232. Grayscale: #929292. Windows color (decimal): -12014131 or 13479240. OLE color: 13479240.

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

Color convert

RGB 72 173 205 -
CMYK 0.65 0.16 0 0.20
HSL 194.44º 0.57% 0.54% -
HSV(B) 194.44º 0.65% 0.8% -
XYZ 28.64 35.67 63.13 -
YUV 146.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 72 173 205 0.65 0.16 0 0.20 194.44 0.57 0.54
Hex 48 AD CD 41 10 0 14 C2 39 36
Octal 110 255 315 101 20 0 24 302 71 66
Binary 1001000 10101101 11001101 1000001 10000 0 10100 11000010 111001 110110

Color Harmonies of #48ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ADCD

Black with #48ADCD

Text Example


Text Example

White with #48ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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