Html Css Color HEX #48BDCD Viking

📋 copy color: '#48BDCD'

red 72 ◦ green 189 ◦ blue 205

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

Shades of Viking #48BDCD

Tints of Viking #48BDCD

RGB

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

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

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

R = 15.45%
G = 40.56%
B = 43.99%

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

#48BDCD (or 0x48BDCD) is known color: Viking. HEX triplet: 48, BD and CD. RGB value is (72,189,205). Sum of RGB (Red+Green+Blue) = 72+189+205=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #48BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDCD is #B74232. Grayscale: #9B9B9B. Windows color (decimal): -12010035 or 13483336. OLE color: 13483336.

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

Color convert

RGB 72 189 205 -
CMYK 0.65 0.08 0 0.20
HSL 187.22º 0.57% 0.54% -
HSV(B) 187.22º 0.65% 0.8% -
XYZ 31.89 42.18 64.22 -
YUV 155.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 72 189 205 0.65 0.08 0 0.20 187.22 0.57 0.54
Hex 48 BD CD 41 8 0 14 BB 39 36
Octal 110 275 315 101 10 0 24 273 71 66
Binary 1001000 10111101 11001101 1000001 1000 0 10100 10111011 111001 110110

Color Harmonies of #48BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDCD

Black with #48BDCD

Text Example


Text Example

White with #48BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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