Html Css Color HEX #1597DB Pacific Blue

📋 copy color: '#1597DB'

red 21 ◦ green 151 ◦ blue 219

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

Shades of Pacific Blue #1597DB

Tints of Pacific Blue #1597DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 5.37%
G = 38.62%
B = 56.01%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1597DB (or 0x1597DB) is known color: Pacific Blue. HEX triplet: 15, 97 and DB. RGB value is (21,151,219). Sum of RGB (Red+Green+Blue) = 21+151+219=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #1597DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597DB is #EA6824. Grayscale: #777777. Windows color (decimal): -15362085 or 14391061. OLE color: 14391061.

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

Color convert

RGB 21 151 219 -
CMYK 0.90 0.31 0 0.14
HSL 200.61º 0.83% 0.47% -
HSV(B) 200.61º 0.9% 0.86% -
XYZ 24.16 27.41 71.03 -
YUV 119.88 183.93 57.47 -
System Red Green Blue C M Y K H S L
Decimal 21 151 219 0.90 0.31 0 0.14 200.61 0.83 0.47
Hex 15 97 DB 5A 1F 0 E C9 52 2F
Octal 25 227 333 132 37 0 16 311 122 57
Binary 10101 10010111 11011011 1011010 11111 0 1110 11001001 1010010 101111

Color Harmonies of #1597DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597DB

Black with #1597DB

Text Example


Text Example

White with #1597DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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