Html Css Color HEX #1098DB Pacific Blue

📋 copy color: '#1098DB'

red 16 ◦ green 152 ◦ blue 219

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

Shades of Pacific Blue #1098DB

Tints of Pacific Blue #1098DB

RGB

 RED value IS 16 (6.64% from 255) = 4.13%

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

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

R = 4.13%
G = 39.28%
B = 56.59%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1098DB (or 0x1098DB) is known color: Pacific Blue. HEX triplet: 10, 98 and DB. RGB value is (16,152,219). Sum of RGB (Red+Green+Blue) = 16+152+219=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #1098DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1098DB is #EF6724. Grayscale: #767676. Windows color (decimal): -15689509 or 14391312. OLE color: 14391312.

HSL color Cylindrical-coordinate representation of color #1098DB: hue angle of 199.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1098DB is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 152 219 -
CMYK 0.93 0.31 0 0.14
HSL 199.8º 0.86% 0.46% -
HSV(B) 199.8º 0.93% 0.86% -
XYZ 24.23 27.68 71.08 -
YUV 118.97 184.44 54.55 -
System Red Green Blue C M Y K H S L
Decimal 16 152 219 0.93 0.31 0 0.14 199.8 0.86 0.46
Hex 10 98 DB 5D 1F 0 E C8 56 2E
Octal 20 230 333 135 37 0 16 310 126 56
Binary 10000 10011000 11011011 1011101 11111 0 1110 11001000 1010110 101110

Color Harmonies of #1098DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1098DB

Black with #1098DB

Text Example


Text Example

White with #1098DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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