Html Css Color HEX #159ACC Pacific Blue

📋 copy color: '#159ACC'

red 21 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #159ACC

Tints of Pacific Blue #159ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 5.54%
G = 40.63%
B = 53.83%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#159ACC (or 0x159ACC) is known color: Pacific Blue. HEX triplet: 15, 9A and CC. RGB value is (21,154,204). Sum of RGB (Red+Green+Blue) = 21+154+204=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #159ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ACC is #EA6533. Grayscale: #777777. Windows color (decimal): -15361332 or 13408789. OLE color: 13408789.

HSL color Cylindrical-coordinate representation of color #159ACC: hue angle of 196.39º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159ACC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 154 204 -
CMYK 0.90 0.25 0 0.2
HSL 196.39º 0.81% 0.44% -
HSV(B) 196.39º 0.9% 0.8% -
XYZ 22.76 27.63 61.26 -
YUV 119.93 175.44 57.43 -
System Red Green Blue C M Y K H S L
Decimal 21 154 204 0.90 0.25 0 0.2 196.39 0.81 0.44
Hex 15 9A CC 5A 19 0 14 C4 51 2C
Octal 25 232 314 132 31 0 24 304 121 54
Binary 10101 10011010 11001100 1011010 11001 0 10100 11000100 1010001 101100

Color Harmonies of #159ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ACC

Black with #159ACC

Text Example


Text Example

White with #159ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,154,204); }

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

background-color css

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

 a { background-color: rgb(21,154,204); }

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

border-color css

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

 span { border-color: rgb(21,154,204); }

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