Html Css Color HEX #159AD6 Pacific Blue

📋 copy color: '#159AD6'

red 21 ◦ green 154 ◦ blue 214

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

Shades of Pacific Blue #159AD6

Tints of Pacific Blue #159AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 5.4%
G = 39.59%
B = 55.01%

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

#159AD6 (or 0x159AD6) is known color: Pacific Blue. HEX triplet: 15, 9A and D6. RGB value is (21,154,214). Sum of RGB (Red+Green+Blue) = 21+154+214=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #159AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159AD6 is #EA6529. Grayscale: #787878. Windows color (decimal): -15361322 or 14064149. OLE color: 14064149.

HSL color Cylindrical-coordinate representation of color #159AD6: hue angle of 198.65º 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 #159AD6 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 154 214 -
CMYK 0.90 0.28 0 0.16
HSL 198.65º 0.82% 0.46% -
HSV(B) 198.65º 0.9% 0.84% -
XYZ 24 28.13 67.78 -
YUV 121.07 180.44 56.62 -
System Red Green Blue C M Y K H S L
Decimal 21 154 214 0.90 0.28 0 0.16 198.65 0.82 0.46
Hex 15 9A D6 5A 1C 0 10 C7 52 2E
Octal 25 232 326 132 34 0 20 307 122 56
Binary 10101 10011010 11010110 1011010 11100 0 10000 11000111 1010010 101110

Color Harmonies of #159AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AD6

Black with #159AD6

Text Example


Text Example

White with #159AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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