Html Css Color HEX #48BFCB Viking

📋 copy color: '#48BFCB'

red 72 ◦ green 191 ◦ blue 203

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

Shades of Viking #48BFCB

Tints of Viking #48BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 15.45%
G = 40.99%
B = 43.56%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48BFCB (or 0x48BFCB) is known color: Viking. HEX triplet: 48, BF and CB. RGB value is (72,191,203). Sum of RGB (Red+Green+Blue) = 72+191+203=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #48BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFCB is #B74034. Grayscale: #9C9C9C. Windows color (decimal): -12009525 or 13352776. OLE color: 13352776.

HSL color Cylindrical-coordinate representation of color #48BFCB: hue angle of 185.5º 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 #48BFCB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 191 203 -
CMYK 0.65 0.06 0 0.20
HSL 185.5º 0.56% 0.54% -
HSV(B) 185.5º 0.65% 0.8% -
XYZ 32.08 42.95 63.1 -
YUV 156.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 72 191 203 0.65 0.06 0 0.20 185.5 0.56 0.54
Hex 48 BF CB 41 6 0 14 B9 38 36
Octal 110 277 313 101 6 0 24 271 70 66
Binary 1001000 10111111 11001011 1000001 110 0 10100 10111001 111000 110110

Color Harmonies of #48BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFCB

Black with #48BFCB

Text Example


Text Example

White with #48BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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