Html Css Color HEX #158DC9 Pacific Blue

📋 copy color: '#158DC9'

red 21 ◦ green 141 ◦ blue 201

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

Shades of Pacific Blue #158DC9

Tints of Pacific Blue #158DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 5.79%
G = 38.84%
B = 55.37%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#158DC9 (or 0x158DC9) is known color: Pacific Blue. HEX triplet: 15, 8D and C9. RGB value is (21,141,201). Sum of RGB (Red+Green+Blue) = 21+141+201=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #158DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DC9 is #EA7236. Grayscale: #6F6F6F. Windows color (decimal): -15364663 or 13208853. OLE color: 13208853.

HSL color Cylindrical-coordinate representation of color #158DC9: hue angle of 200º 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 #158DC9 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 141 201 -
CMYK 0.90 0.30 0 0.21
HSL 200º 0.81% 0.44% -
HSV(B) 200º 0.9% 0.79% -
XYZ 20.38 23.43 58.71 -
YUV 111.96 178.24 63.12 -
System Red Green Blue C M Y K H S L
Decimal 21 141 201 0.90 0.30 0 0.21 200 0.81 0.44
Hex 15 8D C9 5A 1E 0 15 C8 51 2C
Octal 25 215 311 132 36 0 25 310 121 54
Binary 10101 10001101 11001001 1011010 11110 0 10101 11001000 1010001 101100

Color Harmonies of #158DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DC9

Black with #158DC9

Text Example


Text Example

White with #158DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158DC9; }

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

 H1.HeaderClassName
 {
   color: #158DC9;
 }
 .AnyTagClassName
 {
   color: #158DC9;
 }
</style>

background-color css

<style>
 a { background-color: #158DC9; }

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

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

border-color css

<style>
 span { border-color: #158DC9; }

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

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