Html Css Color HEX #48B0CC Viking

📋 copy color: '#48B0CC'

red 72 ◦ green 176 ◦ blue 204

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

Shades of Viking #48B0CC

Tints of Viking #48B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.94%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 15.93%
G = 38.94%
B = 45.13%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#48B0CC (or 0x48B0CC) is known color: Viking. HEX triplet: 48, B0 and CC. RGB value is (72,176,204). Sum of RGB (Red+Green+Blue) = 72+176+204=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #48B0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B0CC is #B74F33. Grayscale: #939393. Windows color (decimal): -12013364 or 13414472. OLE color: 13414472.

HSL color Cylindrical-coordinate representation of color #48B0CC: hue angle of 192.73º degrees, saturation: 0.56, 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 #48B0CC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 176 204 -
CMYK 0.65 0.14 0 0.2
HSL 192.73º 0.56% 0.54% -
HSV(B) 192.73º 0.65% 0.8% -
XYZ 29.1 36.79 62.69 -
YUV 148.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 72 176 204 0.65 0.14 0 0.2 192.73 0.56 0.54
Hex 48 B0 CC 41 E 0 14 C1 38 36
Octal 110 260 314 101 16 0 24 301 70 66
Binary 1001000 10110000 11001100 1000001 1110 0 10100 11000001 111000 110110

Color Harmonies of #48B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B0CC

Black with #48B0CC

Text Example


Text Example

White with #48B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,176,204); }

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

background-color css

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

 a { background-color: rgb(72,176,204); }

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

border-color css

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

 span { border-color: rgb(72,176,204); }

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