Html Css Color HEX #159AD5 Pacific Blue

📋 copy color: '#159AD5'

red 21 ◦ green 154 ◦ blue 213

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

Shades of Pacific Blue #159AD5

Tints of Pacific Blue #159AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.9%

R = 5.41%
G = 39.69%
B = 54.9%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#159AD5 (or 0x159AD5) is known color: Pacific Blue. HEX triplet: 15, 9A and D5. RGB value is (21,154,213). Sum of RGB (Red+Green+Blue) = 21+154+213=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #159AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159AD5 is #EA652A. Grayscale: #787878. Windows color (decimal): -15361323 or 13998613. OLE color: 13998613.

HSL color Cylindrical-coordinate representation of color #159AD5: hue angle of 198.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159AD5 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 154 213 -
CMYK 0.90 0.28 0 0.16
HSL 198.44º 0.82% 0.46% -
HSV(B) 198.44º 0.9% 0.84% -
XYZ 23.88 28.07 67.11 -
YUV 120.96 179.94 56.7 -
System Red Green Blue C M Y K H S L
Decimal 21 154 213 0.90 0.28 0 0.16 198.44 0.82 0.46
Hex 15 9A D5 5A 1C 0 10 C6 52 2E
Octal 25 232 325 132 34 0 20 306 122 56
Binary 10101 10011010 11010101 1011010 11100 0 10000 11000110 1010010 101110

Color Harmonies of #159AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AD5

Black with #159AD5

Text Example


Text Example

White with #159AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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