Html Css Color HEX #159FCC Pacific Blue

📋 copy color: '#159FCC'

red 21 ◦ green 159 ◦ blue 204

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

Shades of Pacific Blue #159FCC

Tints of Pacific Blue #159FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

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

R = 5.47%
G = 41.41%
B = 53.13%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#159FCC (or 0x159FCC) is known color: Pacific Blue. HEX triplet: 15, 9F and CC. RGB value is (21,159,204). Sum of RGB (Red+Green+Blue) = 21+159+204=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #159FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FCC is #EA6033. Grayscale: #7A7A7A. Windows color (decimal): -15360052 or 13410069. OLE color: 13410069.

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

Color convert

RGB 21 159 204 -
CMYK 0.90 0.22 0 0.2
HSL 194.75º 0.81% 0.44% -
HSV(B) 194.75º 0.9% 0.8% -
XYZ 23.61 29.32 61.54 -
YUV 122.87 173.78 55.34 -
System Red Green Blue C M Y K H S L
Decimal 21 159 204 0.90 0.22 0 0.2 194.75 0.81 0.44
Hex 15 9F CC 5A 16 0 14 C3 51 2C
Octal 25 237 314 132 26 0 24 303 121 54
Binary 10101 10011111 11001100 1011010 10110 0 10100 11000011 1010001 101100

Color Harmonies of #159FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FCC

Black with #159FCC

Text Example


Text Example

White with #159FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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