#1992CF

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

Shades of Pacific Blue #1992CF

Tints of Pacific Blue #1992CF

Color information

#1992CF (or 0x1992CF) is unknown color: approx Pacific Blue. HEX triplet: 19, 92 and CF. RGB value is (25,146,207). Sum of RGB (Red+Green+Blue) = 25+146+207=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #1992CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992CF is #E66D30. Grayscale: #747474. Windows color (decimal): -15101233 or 13603353. OLE color: 13603353.

HSL color Cylindrical-coordinate representation of color #1992CF: hue angle of 200.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1992CF is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB25146207-
CMYK0.880.2900.19
HSL200.11º78.45%45.49%-
HSV(B)200.11º87.92%81.18%-
XYZ21.9425.2762.75-
YUV116.78178.9162.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.61%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 207 (81.25% from 255) = 54.76%
R=6.61%
G=38.62%
B=54.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal251462070.880.2900.19200.1178.4545.49
Hex1992CF581D013c84e2d
Octal312223171303502331011655
Binary110011001001011001111101100011101010011110010001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1992CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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