Html Css Color HEX #48C0DA Viking

📋 copy color: '#48C0DA'

red 72 ◦ green 192 ◦ blue 218

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

Shades of Viking #48C0DA

Tints of Viking #48C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 14.94%
G = 39.83%
B = 45.23%

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

#48C0DA (or 0x48C0DA) is known color: Viking. HEX triplet: 48, C0 and DA. RGB value is (72,192,218). Sum of RGB (Red+Green+Blue) = 72+192+218=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #48C0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0DA is #B73F25. Grayscale: #9E9E9E. Windows color (decimal): -12009254 or 14336072. OLE color: 14336072.

HSL color Cylindrical-coordinate representation of color #48C0DA: hue angle of 190.68º 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 #48C0DA is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 192 218 -
CMYK 0.67 0.12 0 0.15
HSL 190.68º 0.66% 0.57% -
HSV(B) 190.68º 0.67% 0.85% -
XYZ 34.18 44.14 73.05 -
YUV 159.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 72 192 218 0.67 0.12 0 0.15 190.68 0.66 0.57
Hex 48 C0 DA 43 C 0 F BF 42 39
Octal 110 300 332 103 14 0 17 277 102 71
Binary 1001000 11000000 11011010 1000011 1100 0 1111 10111111 1000010 111001

Color Harmonies of #48C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C0DA

Black with #48C0DA

Text Example


Text Example

White with #48C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,218); }

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

background-color css

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

 a { background-color: rgb(72,192,218); }

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

border-color css

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

 span { border-color: rgb(72,192,218); }

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