Html Css Color HEX #159ACE Pacific Blue

📋 copy color: '#159ACE'

red 21 ◦ green 154 ◦ blue 206

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

Shades of Pacific Blue #159ACE

Tints of Pacific Blue #159ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 5.51%
G = 40.42%
B = 54.07%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#159ACE (or 0x159ACE) is known color: Pacific Blue. HEX triplet: 15, 9A and CE. RGB value is (21,154,206). Sum of RGB (Red+Green+Blue) = 21+154+206=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #159ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ACE is #EA6531. Grayscale: #777777. Windows color (decimal): -15361330 or 13539861. OLE color: 13539861.

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

Color convert

RGB 21 154 206 -
CMYK 0.90 0.25 0 0.19
HSL 196.86º 0.81% 0.45% -
HSV(B) 196.86º 0.9% 0.81% -
XYZ 23.01 27.73 62.53 -
YUV 120.16 176.44 57.27 -
System Red Green Blue C M Y K H S L
Decimal 21 154 206 0.90 0.25 0 0.19 196.86 0.81 0.45
Hex 15 9A CE 5A 19 0 13 C5 51 2D
Octal 25 232 316 132 31 0 23 305 121 55
Binary 10101 10011010 11001110 1011010 11001 0 10011 11000101 1010001 101101

Color Harmonies of #159ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ACE

Black with #159ACE

Text Example


Text Example

White with #159ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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