Html Css Color HEX #159CD1 Pacific Blue

📋 copy color: '#159CD1'

red 21 ◦ green 156 ◦ blue 209

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

Shades of Pacific Blue #159CD1

Tints of Pacific Blue #159CD1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

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

R = 5.44%
G = 40.41%
B = 54.15%

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

#159CD1 (or 0x159CD1) is known color: Pacific Blue. HEX triplet: 15, 9C and D1. RGB value is (21,156,209). Sum of RGB (Red+Green+Blue) = 21+156+209=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #159CD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CD1 is #EA632E. Grayscale: #797979. Windows color (decimal): -15360815 or 13736981. OLE color: 13736981.

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

Color convert

RGB 21 156 209 -
CMYK 0.90 0.25 0 0.18
HSL 196.91º 0.82% 0.45% -
HSV(B) 196.91º 0.9% 0.82% -
XYZ 23.71 28.54 64.58 -
YUV 121.68 177.27 56.19 -
System Red Green Blue C M Y K H S L
Decimal 21 156 209 0.90 0.25 0 0.18 196.91 0.82 0.45
Hex 15 9C D1 5A 19 0 12 C5 52 2D
Octal 25 234 321 132 31 0 22 305 122 55
Binary 10101 10011100 11010001 1011010 11001 0 10010 11000101 1010010 101101

Color Harmonies of #159CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CD1

Black with #159CD1

Text Example


Text Example

White with #159CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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