Html Css Color HEX #159BDC Pacific Blue

📋 copy color: '#159BDC'

red 21 ◦ green 155 ◦ blue 220

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

Shades of Pacific Blue #159BDC

Tints of Pacific Blue #159BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.14%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 5.3%
G = 39.14%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#159BDC (or 0x159BDC) is known color: Pacific Blue. HEX triplet: 15, 9B and DC. RGB value is (21,155,220). Sum of RGB (Red+Green+Blue) = 21+155+220=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #159BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BDC is #EA6423. Grayscale: #797979. Windows color (decimal): -15361060 or 14457621. OLE color: 14457621.

HSL color Cylindrical-coordinate representation of color #159BDC: hue angle of 199.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159BDC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 155 220 -
CMYK 0.90 0.30 0 0.14
HSL 199.6º 0.83% 0.47% -
HSV(B) 199.6º 0.9% 0.86% -
XYZ 24.95 28.77 71.95 -
YUV 122.34 183.11 55.71 -
System Red Green Blue C M Y K H S L
Decimal 21 155 220 0.90 0.30 0 0.14 199.6 0.83 0.47
Hex 15 9B DC 5A 1E 0 E C8 53 2F
Octal 25 233 334 132 36 0 16 310 123 57
Binary 10101 10011011 11011100 1011010 11110 0 1110 11001000 1010011 101111

Color Harmonies of #159BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BDC

Black with #159BDC

Text Example


Text Example

White with #159BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,155,220); }

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

background-color css

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

 a { background-color: rgb(21,155,220); }

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

border-color css

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

 span { border-color: rgb(21,155,220); }

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