#1d98d1

Color #1D98D1 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1D98D1

Tints of Pacific Blue #1D98D1

Color information

#1D98D1 (or 0x1D98D1) is unknown color: approx Pacific Blue. HEX triplet: 1D, 98 and D1. RGB value is (29,152,209). Sum of RGB (Red+Green+Blue) = 29+152+209=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #1D98D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D98D1 is #E2672E. Grayscale: #797979. Windows color (decimal): -14837551 or 13735965. OLE color: 13735965.

HSL color Cylindrical-coordinate representation of color #1D98D1: hue angle of 199º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D98D1 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB29152209-
CMYK0.860.2700.18
HSL199º75.63%46.67%-
HSV(B)199º86.12%81.96%-
XYZ23.2427.3264.37-
YUV121.72177.2561.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.44%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 209 (82.03% from 255) = 53.59%
R=7.44%
G=38.97%
B=53.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291522090.860.2700.1819975.6346.67
Hex1D98D1561B012c74c2f
Octal352303211263302230711457
Binary111011001100011010001101011011011010010110001111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d98d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1d98d1; }

 p { color: rgb(29,152,209); }

 H1.HeaderClassName
 {
   color: #1d98d1;
 }
 .AnyTagClassName
 {
   color: #1d98d1;
 }
</style>
background-color css

<style>
 a { background-color: #1d98d1; }

 a { background-color: rgb(29,152,209); }

 div.DivClassName
 {
   background-color: #1d98d1;
 }
 .BgClassName
 {
   background-color: #1d98d1;
 }
</style>
border-color css

<style>
 span { border-color: #1d98d1; }

 span { border-color: rgb(29,152,209); }

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