Html Css Color HEX #1598DB Pacific Blue

📋 copy color: '#1598DB'

red 21 ◦ green 152 ◦ blue 219

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

Shades of Pacific Blue #1598DB

Tints of Pacific Blue #1598DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 5.36%
G = 38.78%
B = 55.87%

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

#1598DB (or 0x1598DB) is known color: Pacific Blue. HEX triplet: 15, 98 and DB. RGB value is (21,152,219). Sum of RGB (Red+Green+Blue) = 21+152+219=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #1598DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1598DB is #EA6724. Grayscale: #787878. Windows color (decimal): -15361829 or 14391317. OLE color: 14391317.

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

Color convert

RGB 21 152 219 -
CMYK 0.90 0.31 0 0.14
HSL 200.3º 0.83% 0.47% -
HSV(B) 200.3º 0.9% 0.86% -
XYZ 24.32 27.73 71.09 -
YUV 120.47 183.6 57.05 -
System Red Green Blue C M Y K H S L
Decimal 21 152 219 0.90 0.31 0 0.14 200.3 0.83 0.47
Hex 15 98 DB 5A 1F 0 E C8 52 2F
Octal 25 230 333 132 37 0 16 310 122 57
Binary 10101 10011000 11011011 1011010 11111 0 1110 11001000 1010010 101111

Color Harmonies of #1598DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598DB

Black with #1598DB

Text Example


Text Example

White with #1598DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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