#1886CB

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

Shades of Pacific Blue #1886CB

Tints of Pacific Blue #1886CB

Color information

#1886CB (or 0x1886CB) is unknown color: approx Pacific Blue. HEX triplet: 18, 86 and CB. RGB value is (24,134,203). Sum of RGB (Red+Green+Blue) = 24+134+203=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #1886CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886CB is #E77934. Grayscale: #6C6C6C. Windows color (decimal): -15169845 or 13338136. OLE color: 13338136.

HSL color Cylindrical-coordinate representation of color #1886CB: hue angle of 203.13º 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 #1886CB is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB24134203-
CMYK0.880.3400.20
HSL203.13º78.85%44.51%-
HSV(B)203.13º88.18%79.61%-
XYZ19.6821.5659.62-
YUV108.98181.0667.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 203 (79.69% from 255) = 56.23%
R=6.65%
G=37.12%
B=56.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241342030.880.3400.20203.1378.8544.51
Hex1886CB5822014cb4f2d
Octal302063131304202431311755
Binary1100010000110110010111011000100010010100110010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1886CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1886CB; }

 p { color: rgb(24,134,203); }

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

<style>
 a { background-color: #1886CB; }

 a { background-color: rgb(24,134,203); }

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

<style>
 span { border-color: #1886CB; }

 span { border-color: rgb(24,134,203); }

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