Html Css Color HEX #159FC0 Pacific Blue

📋 copy color: '#159FC0'

red 21 ◦ green 159 ◦ blue 192

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

Shades of Pacific Blue #159FC0

Tints of Pacific Blue #159FC0

RGB

 RED value IS 21 (8.59% from 255) = 5.65%

 GREEN value IS 159 (62.5% from 255) = 42.74%

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 5.65%
G = 42.74%
B = 51.61%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#159FC0 (or 0x159FC0) is known color: Pacific Blue. HEX triplet: 15, 9F and C0. RGB value is (21,159,192). Sum of RGB (Red+Green+Blue) = 21+159+192=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #159FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FC0 is #EA603F. Grayscale: #797979. Windows color (decimal): -15360064 or 12623637. OLE color: 12623637.

HSL color Cylindrical-coordinate representation of color #159FC0: hue angle of 191.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159FC0 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 159 192 -
CMYK 0.89 0.17 0 0.25
HSL 191.58º 0.8% 0.42% -
HSV(B) 191.58º 0.89% 0.75% -
XYZ 22.22 28.76 54.25 -
YUV 121.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 21 159 192 0.89 0.17 0 0.25 191.58 0.8 0.42
Hex 15 9F C0 59 11 0 19 C0 50 2A
Octal 25 237 300 131 21 0 31 300 120 52
Binary 10101 10011111 11000000 1011001 10001 0 11001 11000000 1010000 101010

Color Harmonies of #159FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FC0

Black with #159FC0

Text Example


Text Example

White with #159FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159FC0; }

 p { color: rgb(21,159,192); }

 H1.HeaderClassName
 {
   color: #159FC0;
 }
 .AnyTagClassName
 {
   color: #159FC0;
 }
</style>

background-color css

<style>
 a { background-color: #159FC0; }

 a { background-color: rgb(21,159,192); }

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

border-color css

<style>
 span { border-color: #159FC0; }

 span { border-color: rgb(21,159,192); }

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