Html Css Color HEX #159AC8 Pacific Blue

📋 copy color: '#159AC8'

red 21 ◦ green 154 ◦ blue 200

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

Shades of Pacific Blue #159AC8

Tints of Pacific Blue #159AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.33%

R = 5.6%
G = 41.07%
B = 53.33%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#159AC8 (or 0x159AC8) is known color: Pacific Blue. HEX triplet: 15, 9A and C8. RGB value is (21,154,200). Sum of RGB (Red+Green+Blue) = 21+154+200=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #159AC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159AC8 is #EA6537. Grayscale: #777777. Windows color (decimal): -15361336 or 13146645. OLE color: 13146645.

HSL color Cylindrical-coordinate representation of color #159AC8: hue angle of 195.42º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159AC8 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 154 200 -
CMYK 0.90 0.23 0 0.22
HSL 195.42º 0.81% 0.43% -
HSV(B) 195.42º 0.9% 0.78% -
XYZ 22.29 27.44 58.77 -
YUV 119.48 173.44 57.76 -
System Red Green Blue C M Y K H S L
Decimal 21 154 200 0.90 0.23 0 0.22 195.42 0.81 0.43
Hex 15 9A C8 5A 17 0 16 C3 51 2B
Octal 25 232 310 132 27 0 26 303 121 53
Binary 10101 10011010 11001000 1011010 10111 0 10110 11000011 1010001 101011

Color Harmonies of #159AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AC8

Black with #159AC8

Text Example


Text Example

White with #159AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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