Html Css Color HEX #159BDB Pacific Blue

📋 copy color: '#159BDB'

red 21 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #159BDB

Tints of Pacific Blue #159BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 5.32%
G = 39.24%
B = 55.44%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#159BDB (or 0x159BDB) is known color: Pacific Blue. HEX triplet: 15, 9B and DB. RGB value is (21,155,219). Sum of RGB (Red+Green+Blue) = 21+155+219=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #159BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BDB is #EA6424. Grayscale: #797979. Windows color (decimal): -15361061 or 14392085. OLE color: 14392085.

HSL color Cylindrical-coordinate representation of color #159BDB: hue angle of 199.39º degrees, saturation: 0.82, 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 #159BDB is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 155 219 -
CMYK 0.90 0.29 0 0.14
HSL 199.39º 0.83% 0.47% -
HSV(B) 199.39º 0.9% 0.86% -
XYZ 24.82 28.72 71.25 -
YUV 122.23 182.61 55.8 -
System Red Green Blue C M Y K H S L
Decimal 21 155 219 0.90 0.29 0 0.14 199.39 0.83 0.47
Hex 15 9B DB 5A 1D 0 E C7 52 2F
Octal 25 233 333 132 35 0 16 307 122 57
Binary 10101 10011011 11011011 1011010 11101 0 1110 11000111 1010010 101111

Color Harmonies of #159BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BDB

Black with #159BDB

Text Example


Text Example

White with #159BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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