Html Css Color HEX #48BFD5 Viking

📋 copy color: '#48BFD5'

red 72 ◦ green 191 ◦ blue 213

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

Shades of Viking #48BFD5

Tints of Viking #48BFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 15.13%
G = 40.13%
B = 44.75%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#48BFD5 (or 0x48BFD5) is known color: Viking. HEX triplet: 48, BF and D5. RGB value is (72,191,213). Sum of RGB (Red+Green+Blue) = 72+191+213=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #48BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFD5 is #B7402A. Grayscale: #9D9D9D. Windows color (decimal): -12009515 or 14008136. OLE color: 14008136.

HSL color Cylindrical-coordinate representation of color #48BFD5: hue angle of 189.36º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BFD5 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 191 213 -
CMYK 0.66 0.10 0 0.16
HSL 189.36º 0.63% 0.56% -
HSV(B) 189.36º 0.66% 0.84% -
XYZ 33.31 43.44 69.58 -
YUV 157.93 159.08 66.71 -
System Red Green Blue C M Y K H S L
Decimal 72 191 213 0.66 0.10 0 0.16 189.36 0.63 0.56
Hex 48 BF D5 42 A 0 10 BD 3F 38
Octal 110 277 325 102 12 0 20 275 77 70
Binary 1001000 10111111 11010101 1000010 1010 0 10000 10111101 111111 111000

Color Harmonies of #48BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFD5

Black with #48BFD5

Text Example


Text Example

White with #48BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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