#1998D5

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

Shades of Pacific Blue #1998D5

Tints of Pacific Blue #1998D5

Color information

#1998D5 (or 0x1998D5) is unknown color: approx Pacific Blue. HEX triplet: 19, 98 and D5. RGB value is (25,152,213). Sum of RGB (Red+Green+Blue) = 25+152+213=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #1998D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998D5 is #E6672A. Grayscale: #787878. Windows color (decimal): -15099691 or 13998105. OLE color: 13998105.

HSL color Cylindrical-coordinate representation of color #1998D5: hue angle of 199.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1998D5 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB25152213-
CMYK0.880.2900.16
HSL199.47º78.99%46.67%-
HSV(B)199.47º88.26%83.53%-
XYZ23.6427.4767.01-
YUV120.98179.9259.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.41%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 213 (83.59% from 255) = 54.62%
R=6.41%
G=38.97%
B=54.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251522130.880.2900.16199.4778.9946.67
Hex1998D5581D010c74f2f
Octal312303251303502030711757
Binary110011001100011010101101100011101010000110001111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1998D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1998D5; }

 p { color: rgb(25,152,213); }

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

<style>
 a { background-color: #1998D5; }

 a { background-color: rgb(25,152,213); }

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

<style>
 span { border-color: #1998D5; }

 span { border-color: rgb(25,152,213); }

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