Html Css Color HEX #159CCC Pacific Blue

📋 copy color: '#159CCC'

red 21 ◦ green 156 ◦ blue 204

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

Shades of Pacific Blue #159CCC

Tints of Pacific Blue #159CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 5.51%
G = 40.94%
B = 53.54%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#159CCC (or 0x159CCC) is known color: Pacific Blue. HEX triplet: 15, 9C and CC. RGB value is (21,156,204). Sum of RGB (Red+Green+Blue) = 21+156+204=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #159CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CCC is #EA6333. Grayscale: #787878. Windows color (decimal): -15360820 or 13409301. OLE color: 13409301.

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

Color convert

RGB 21 156 204 -
CMYK 0.90 0.24 0 0.2
HSL 195.74º 0.81% 0.44% -
HSV(B) 195.74º 0.9% 0.8% -
XYZ 23.1 28.3 61.37 -
YUV 121.11 174.77 56.6 -
System Red Green Blue C M Y K H S L
Decimal 21 156 204 0.90 0.24 0 0.2 195.74 0.81 0.44
Hex 15 9C CC 5A 18 0 14 C4 51 2C
Octal 25 234 314 132 30 0 24 304 121 54
Binary 10101 10011100 11001100 1011010 11000 0 10100 11000100 1010001 101100

Color Harmonies of #159CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CCC

Black with #159CCC

Text Example


Text Example

White with #159CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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