#1896CC

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

Shades of Pacific Blue #1896CC

Tints of Pacific Blue #1896CC

Color information

#1896CC (or 0x1896CC) is unknown color: approx Pacific Blue. HEX triplet: 18, 96 and CC. RGB value is (24,150,204). Sum of RGB (Red+Green+Blue) = 24+150+204=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #1896CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896CC is #E76933. Grayscale: #767676. Windows color (decimal): -15165748 or 13407768. OLE color: 13407768.

HSL color Cylindrical-coordinate representation of color #1896CC: hue angle of 198º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1896CC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB24150204-
CMYK0.880.2600.2
HSL198º78.95%44.71%-
HSV(B)198º88.24%80%-
XYZ22.1826.3761.05-
YUV118.48176.2660.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.35%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=6.35%
G=39.68%
B=53.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal241502040.880.2600.219878.9544.71
Hex1896CC581A014c64f2d
Octal302263141303202430611755
Binary110001001011011001100101100011010010100110001101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1896CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1896CC; }

 p { color: rgb(24,150,204); }

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

<style>
 a { background-color: #1896CC; }

 a { background-color: rgb(24,150,204); }

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

<style>
 span { border-color: #1896CC; }

 span { border-color: rgb(24,150,204); }

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