Html Css Color HEX #159ECC Pacific Blue

📋 copy color: '#159ECC'

red 21 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #159ECC

Tints of Pacific Blue #159ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 5.48%
G = 41.25%
B = 53.26%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#159ECC (or 0x159ECC) is known color: Pacific Blue. HEX triplet: 15, 9E and CC. RGB value is (21,158,204). Sum of RGB (Red+Green+Blue) = 21+158+204=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #159ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ECC is #EA6133. Grayscale: #797979. Windows color (decimal): -15360308 or 13409813. OLE color: 13409813.

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

Color convert

RGB 21 158 204 -
CMYK 0.90 0.23 0 0.2
HSL 195.08º 0.81% 0.44% -
HSV(B) 195.08º 0.9% 0.8% -
XYZ 23.44 28.97 61.48 -
YUV 122.28 174.11 55.76 -
System Red Green Blue C M Y K H S L
Decimal 21 158 204 0.90 0.23 0 0.2 195.08 0.81 0.44
Hex 15 9E CC 5A 17 0 14 C3 51 2C
Octal 25 236 314 132 27 0 24 303 121 54
Binary 10101 10011110 11001100 1011010 10111 0 10100 11000011 1010001 101100

Color Harmonies of #159ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ECC

Black with #159ECC

Text Example


Text Example

White with #159ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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