Html Css Color HEX #159EC9 Pacific Blue

📋 copy color: '#159EC9'

red 21 ◦ green 158 ◦ blue 201

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

Shades of Pacific Blue #159EC9

Tints of Pacific Blue #159EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 5.53%
G = 41.58%
B = 52.89%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#159EC9 (or 0x159EC9) is known color: Pacific Blue. HEX triplet: 15, 9E and C9. RGB value is (21,158,201). Sum of RGB (Red+Green+Blue) = 21+158+201=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #159EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EC9 is #EA6136. Grayscale: #797979. Windows color (decimal): -15360311 or 13213205. OLE color: 13213205.

HSL color Cylindrical-coordinate representation of color #159EC9: hue angle of 194.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159EC9 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 158 201 -
CMYK 0.90 0.21 0 0.21
HSL 194.33º 0.81% 0.44% -
HSV(B) 194.33º 0.9% 0.79% -
XYZ 23.08 28.83 59.61 -
YUV 121.94 172.61 56 -
System Red Green Blue C M Y K H S L
Decimal 21 158 201 0.90 0.21 0 0.21 194.33 0.81 0.44
Hex 15 9E C9 5A 15 0 15 C2 51 2C
Octal 25 236 311 132 25 0 25 302 121 54
Binary 10101 10011110 11001001 1011010 10101 0 10101 11000010 1010001 101100

Color Harmonies of #159EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EC9

Black with #159EC9

Text Example


Text Example

White with #159EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,158,201); }

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

background-color css

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

 a { background-color: rgb(21,158,201); }

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

border-color css

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

 span { border-color: rgb(21,158,201); }

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