Html Css Color HEX #159DD9 Pacific Blue

📋 copy color: '#159DD9'

red 21 ◦ green 157 ◦ blue 217

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

Shades of Pacific Blue #159DD9

Tints of Pacific Blue #159DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.94%

R = 5.32%
G = 39.75%
B = 54.94%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#159DD9 (or 0x159DD9) is known color: Pacific Blue. HEX triplet: 15, 9D and D9. RGB value is (21,157,217). Sum of RGB (Red+Green+Blue) = 21+157+217=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #159DD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DD9 is #EA6226. Grayscale: #7A7A7A. Windows color (decimal): -15360551 or 14261525. OLE color: 14261525.

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

Color convert

RGB 21 157 217 -
CMYK 0.90 0.28 0 0.15
HSL 198.37º 0.82% 0.47% -
HSV(B) 198.37º 0.9% 0.85% -
XYZ 24.89 29.28 69.99 -
YUV 123.18 180.94 55.12 -
System Red Green Blue C M Y K H S L
Decimal 21 157 217 0.90 0.28 0 0.15 198.37 0.82 0.47
Hex 15 9D D9 5A 1C 0 F C6 52 2F
Octal 25 235 331 132 34 0 17 306 122 57
Binary 10101 10011101 11011001 1011010 11100 0 1111 11000110 1010010 101111

Color Harmonies of #159DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DD9

Black with #159DD9

Text Example


Text Example

White with #159DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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