Html Css Color HEX #159DD1 Pacific Blue

📋 copy color: '#159DD1'

red 21 ◦ green 157 ◦ blue 209

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

Shades of Pacific Blue #159DD1

Tints of Pacific Blue #159DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.01%

R = 5.43%
G = 40.57%
B = 54.01%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#159DD1 (or 0x159DD1) is known color: Pacific Blue. HEX triplet: 15, 9D and D1. RGB value is (21,157,209). Sum of RGB (Red+Green+Blue) = 21+157+209=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #159DD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DD1 is #EA622E. Grayscale: #797979. Windows color (decimal): -15360559 or 13737237. OLE color: 13737237.

HSL color Cylindrical-coordinate representation of color #159DD1: hue angle of 196.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159DD1 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 157 209 -
CMYK 0.90 0.25 0 0.18
HSL 196.6º 0.82% 0.45% -
HSV(B) 196.6º 0.9% 0.82% -
XYZ 23.87 28.88 64.64 -
YUV 122.26 176.94 55.77 -
System Red Green Blue C M Y K H S L
Decimal 21 157 209 0.90 0.25 0 0.18 196.6 0.82 0.45
Hex 15 9D D1 5A 19 0 12 C5 52 2D
Octal 25 235 321 132 31 0 22 305 122 55
Binary 10101 10011101 11010001 1011010 11001 0 10010 11000101 1010010 101101

Color Harmonies of #159DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DD1

Black with #159DD1

Text Example


Text Example

White with #159DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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