Html Css Color HEX #48BFD0 Viking

📋 copy color: '#48BFD0'

red 72 ◦ green 191 ◦ blue 208

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

Shades of Viking #48BFD0

Tints of Viking #48BFD0

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 15.29%
G = 40.55%
B = 44.16%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#48BFD0 (or 0x48BFD0) is known color: Viking. HEX triplet: 48, BF and D0. RGB value is (72,191,208). Sum of RGB (Red+Green+Blue) = 72+191+208=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #48BFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFD0 is #B7402F. Grayscale: #9D9D9D. Windows color (decimal): -12009520 or 13680456. OLE color: 13680456.

HSL color Cylindrical-coordinate representation of color #48BFD0: hue angle of 187.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BFD0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 191 208 -
CMYK 0.65 0.08 0 0.18
HSL 187.5º 0.59% 0.55% -
HSV(B) 187.5º 0.65% 0.82% -
XYZ 32.69 43.19 66.29 -
YUV 157.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 72 191 208 0.65 0.08 0 0.18 187.5 0.59 0.55
Hex 48 BF D0 41 8 0 12 BC 3B 37
Octal 110 277 320 101 10 0 22 274 73 67
Binary 1001000 10111111 11010000 1000001 1000 0 10010 10111100 111011 110111

Color Harmonies of #48BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFD0

Black with #48BFD0

Text Example


Text Example

White with #48BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,208); }

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

background-color css

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

 a { background-color: rgb(72,191,208); }

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

border-color css

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

 span { border-color: rgb(72,191,208); }

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