Html Css Color HEX #48BED9 Viking

📋 copy color: '#48BED9'

red 72 ◦ green 190 ◦ blue 217

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

Shades of Viking #48BED9

Tints of Viking #48BED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 15.03%
G = 39.67%
B = 45.3%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#48BED9 (or 0x48BED9) is known color: Viking. HEX triplet: 48, BE and D9. RGB value is (72,190,217). Sum of RGB (Red+Green+Blue) = 72+190+217=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #48BED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BED9 is #B74126. Grayscale: #9D9D9D. Windows color (decimal): -12009767 or 14270024. OLE color: 14270024.

HSL color Cylindrical-coordinate representation of color #48BED9: hue angle of 191.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BED9 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 190 217 -
CMYK 0.67 0.12 0 0.15
HSL 191.17º 0.66% 0.57% -
HSV(B) 191.17º 0.67% 0.85% -
XYZ 33.61 43.21 72.22 -
YUV 157.8 161.41 66.8 -
System Red Green Blue C M Y K H S L
Decimal 72 190 217 0.67 0.12 0 0.15 191.17 0.66 0.57
Hex 48 BE D9 43 C 0 F BF 42 39
Octal 110 276 331 103 14 0 17 277 102 71
Binary 1001000 10111110 11011001 1000011 1100 0 1111 10111111 1000010 111001

Color Harmonies of #48BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BED9

Black with #48BED9

Text Example


Text Example

White with #48BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,217); }

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

background-color css

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

 a { background-color: rgb(72,190,217); }

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

border-color css

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

 span { border-color: rgb(72,190,217); }

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