Html Css Color HEX #159ADB Pacific Blue

📋 copy color: '#159ADB'

red 21 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #159ADB

Tints of Pacific Blue #159ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 5.33%
G = 39.09%
B = 55.58%

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

#159ADB (or 0x159ADB) is known color: Pacific Blue. HEX triplet: 15, 9A and DB. RGB value is (21,154,219). Sum of RGB (Red+Green+Blue) = 21+154+219=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #159ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ADB is #EA6524. Grayscale: #797979. Windows color (decimal): -15361317 or 14391829. OLE color: 14391829.

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

Color convert

RGB 21 154 219 -
CMYK 0.90 0.30 0 0.14
HSL 199.7º 0.83% 0.47% -
HSV(B) 199.7º 0.9% 0.86% -
XYZ 24.65 28.39 71.2 -
YUV 121.64 182.94 56.21 -
System Red Green Blue C M Y K H S L
Decimal 21 154 219 0.90 0.30 0 0.14 199.7 0.83 0.47
Hex 15 9A DB 5A 1E 0 E C8 52 2F
Octal 25 232 333 132 36 0 16 310 122 57
Binary 10101 10011010 11011011 1011010 11110 0 1110 11001000 1010010 101111

Color Harmonies of #159ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ADB

Black with #159ADB

Text Example


Text Example

White with #159ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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