Html Css Color HEX #159DD8 Pacific Blue

📋 copy color: '#159DD8'

red 21 ◦ green 157 ◦ blue 216

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

Shades of Pacific Blue #159DD8

Tints of Pacific Blue #159DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 216 (84.77% from 255) = 54.82%

R = 5.33%
G = 39.85%
B = 54.82%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#159DD8 (or 0x159DD8) is known color: Pacific Blue. HEX triplet: 15, 9D and D8. RGB value is (21,157,216). Sum of RGB (Red+Green+Blue) = 21+157+216=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #159DD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DD8 is #EA6227. Grayscale: #7A7A7A. Windows color (decimal): -15360552 or 14195989. OLE color: 14195989.

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

Color convert

RGB 21 157 216 -
CMYK 0.90 0.27 0 0.15
HSL 198.15º 0.82% 0.46% -
HSV(B) 198.15º 0.9% 0.85% -
XYZ 24.76 29.23 69.3 -
YUV 123.06 180.44 55.2 -
System Red Green Blue C M Y K H S L
Decimal 21 157 216 0.90 0.27 0 0.15 198.15 0.82 0.46
Hex 15 9D D8 5A 1B 0 F C6 52 2E
Octal 25 235 330 132 33 0 17 306 122 56
Binary 10101 10011101 11011000 1011010 11011 0 1111 11000110 1010010 101110

Color Harmonies of #159DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DD8

Black with #159DD8

Text Example


Text Example

White with #159DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,216); }

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

background-color css

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

 a { background-color: rgb(21,157,216); }

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

border-color css

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

 span { border-color: rgb(21,157,216); }

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