#1992D5

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

Shades of Pacific Blue #1992D5

Tints of Pacific Blue #1992D5

Color information

#1992D5 (or 0x1992D5) is unknown color: approx Pacific Blue. HEX triplet: 19, 92 and D5. RGB value is (25,146,213). Sum of RGB (Red+Green+Blue) = 25+146+213=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #1992D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992D5 is #E66D2A. Grayscale: #757575. Windows color (decimal): -15101227 or 13996569. OLE color: 13996569.

HSL color Cylindrical-coordinate representation of color #1992D5: hue angle of 201.38º 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 #1992D5 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB25146213-
CMYK0.880.3100.16
HSL201.38º78.99%46.67%-
HSV(B)201.38º88.26%83.53%-
XYZ22.6925.5766.69-
YUV117.46181.9162.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.51%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 213 (83.59% from 255) = 55.47%
R=6.51%
G=38.02%
B=55.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251462130.880.3100.16201.3878.9946.67
Hex1992D5581F010c94f2f
Octal312223251303702031111757
Binary110011001001011010101101100011111010000110010011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1992D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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