Html Css Color HEX #1596DB Pacific Blue

📋 copy color: '#1596DB'

red 21 ◦ green 150 ◦ blue 219

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

Shades of Pacific Blue #1596DB

Tints of Pacific Blue #1596DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 5.38%
G = 38.46%
B = 56.15%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1596DB (or 0x1596DB) is known color: Pacific Blue. HEX triplet: 15, 96 and DB. RGB value is (21,150,219). Sum of RGB (Red+Green+Blue) = 21+150+219=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #1596DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1596DB is #EA6924. Grayscale: #767676. Windows color (decimal): -15362341 or 14390805. OLE color: 14390805.

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

Color convert

RGB 21 150 219 -
CMYK 0.90 0.32 0 0.14
HSL 200.91º 0.83% 0.47% -
HSV(B) 200.91º 0.9% 0.86% -
XYZ 24 27.09 70.98 -
YUV 119.3 184.26 57.89 -
System Red Green Blue C M Y K H S L
Decimal 21 150 219 0.90 0.32 0 0.14 200.91 0.83 0.47
Hex 15 96 DB 5A 20 0 E C9 52 2F
Octal 25 226 333 132 40 0 16 311 122 57
Binary 10101 10010110 11011011 1011010 100000 0 1110 11001001 1010010 101111

Color Harmonies of #1596DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1596DB

Black with #1596DB

Text Example


Text Example

White with #1596DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1596DB; }

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

 H1.HeaderClassName
 {
   color: #1596DB;
 }
 .AnyTagClassName
 {
   color: #1596DB;
 }
</style>

background-color css

<style>
 a { background-color: #1596DB; }

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

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

border-color css

<style>
 span { border-color: #1596DB; }

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

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