Html Css Color HEX #48BBCA Viking

📋 copy color: '#48BBCA'

red 72 ◦ green 187 ◦ blue 202

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

Shades of Viking #48BBCA

Tints of Viking #48BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 15.62%
G = 40.56%
B = 43.82%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#48BBCA (or 0x48BBCA) is known color: Viking. HEX triplet: 48, BB and CA. RGB value is (72,187,202). Sum of RGB (Red+Green+Blue) = 72+187+202=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #48BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBCA is #B74435. Grayscale: #9A9A9A. Windows color (decimal): -12010550 or 13286216. OLE color: 13286216.

HSL color Cylindrical-coordinate representation of color #48BBCA: hue angle of 186.92º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BBCA is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 187 202 -
CMYK 0.64 0.07 0 0.21
HSL 186.92º 0.55% 0.54% -
HSV(B) 186.92º 0.64% 0.79% -
XYZ 31.1 41.18 62.19 -
YUV 154.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 72 187 202 0.64 0.07 0 0.21 186.92 0.55 0.54
Hex 48 BB CA 40 7 0 15 BB 37 36
Octal 110 273 312 100 7 0 25 273 67 66
Binary 1001000 10111011 11001010 1000000 111 0 10101 10111011 110111 110110

Color Harmonies of #48BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BBCA

Black with #48BBCA

Text Example


Text Example

White with #48BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,187,202); }

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

background-color css

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

 a { background-color: rgb(72,187,202); }

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

border-color css

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

 span { border-color: rgb(72,187,202); }

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