Html Css Color HEX #159FC3 Pacific Blue

📋 copy color: '#159FC3'

red 21 ◦ green 159 ◦ blue 195

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

Shades of Pacific Blue #159FC3

Tints of Pacific Blue #159FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52%

R = 5.6%
G = 42.4%
B = 52%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#159FC3 (or 0x159FC3) is known color: Pacific Blue. HEX triplet: 15, 9F and C3. RGB value is (21,159,195). Sum of RGB (Red+Green+Blue) = 21+159+195=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #159FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FC3 is #EA603C. Grayscale: #797979. Windows color (decimal): -15360061 or 12820245. OLE color: 12820245.

HSL color Cylindrical-coordinate representation of color #159FC3: hue angle of 192.41º degrees, saturation: 0.81, 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 #159FC3 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 159 195 -
CMYK 0.89 0.18 0 0.24
HSL 192.41º 0.81% 0.42% -
HSV(B) 192.41º 0.89% 0.76% -
XYZ 22.56 28.9 56.02 -
YUV 121.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 21 159 195 0.89 0.18 0 0.24 192.41 0.81 0.42
Hex 15 9F C3 59 12 0 18 C0 51 2A
Octal 25 237 303 131 22 0 30 300 121 52
Binary 10101 10011111 11000011 1011001 10010 0 11000 11000000 1010001 101010

Color Harmonies of #159FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FC3

Black with #159FC3

Text Example


Text Example

White with #159FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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