Html Css Color HEX #159DC2 Pacific Blue

📋 copy color: '#159DC2'

red 21 ◦ green 157 ◦ blue 194

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

Shades of Pacific Blue #159DC2

Tints of Pacific Blue #159DC2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 5.65%
G = 42.2%
B = 52.15%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#159DC2 (or 0x159DC2) is known color: Pacific Blue. HEX triplet: 15, 9D and C2. RGB value is (21,157,194). Sum of RGB (Red+Green+Blue) = 21+157+194=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #159DC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DC2 is #EA623D. Grayscale: #787878. Windows color (decimal): -15360574 or 12754197. OLE color: 12754197.

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

Color convert

RGB 21 157 194 -
CMYK 0.89 0.19 0 0.24
HSL 192.83º 0.8% 0.42% -
HSV(B) 192.83º 0.89% 0.76% -
XYZ 22.1 28.17 55.31 -
YUV 120.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 21 157 194 0.89 0.19 0 0.24 192.83 0.8 0.42
Hex 15 9D C2 59 13 0 18 C1 50 2A
Octal 25 235 302 131 23 0 30 301 120 52
Binary 10101 10011101 11000010 1011001 10011 0 11000 11000001 1010000 101010

Color Harmonies of #159DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DC2

Black with #159DC2

Text Example


Text Example

White with #159DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,194); }

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

background-color css

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

 a { background-color: rgb(21,157,194); }

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

border-color css

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

 span { border-color: rgb(21,157,194); }

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