Html Css Color HEX #159ECB Pacific Blue

📋 copy color: '#159ECB'

red 21 ◦ green 158 ◦ blue 203

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

Shades of Pacific Blue #159ECB

Tints of Pacific Blue #159ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 5.5%
G = 41.36%
B = 53.14%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#159ECB (or 0x159ECB) is known color: Pacific Blue. HEX triplet: 15, 9E and CB. RGB value is (21,158,203). Sum of RGB (Red+Green+Blue) = 21+158+203=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #159ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ECB is #EA6134. Grayscale: #797979. Windows color (decimal): -15360309 or 13344277. OLE color: 13344277.

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

Color convert

RGB 21 158 203 -
CMYK 0.90 0.22 0 0.20
HSL 194.84º 0.81% 0.44% -
HSV(B) 194.84º 0.9% 0.8% -
XYZ 23.32 28.92 60.85 -
YUV 122.17 173.61 55.84 -
System Red Green Blue C M Y K H S L
Decimal 21 158 203 0.90 0.22 0 0.20 194.84 0.81 0.44
Hex 15 9E CB 5A 16 0 14 C3 51 2C
Octal 25 236 313 132 26 0 24 303 121 54
Binary 10101 10011110 11001011 1011010 10110 0 10100 11000011 1010001 101100

Color Harmonies of #159ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ECB

Black with #159ECB

Text Example


Text Example

White with #159ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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