#1886CF

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

Shades of Pacific Blue #1886CF

Tints of Pacific Blue #1886CF

Color information

#1886CF (or 0x1886CF) is unknown color: approx Pacific Blue. HEX triplet: 18, 86 and CF. RGB value is (24,134,207). Sum of RGB (Red+Green+Blue) = 24+134+207=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #1886CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886CF is #E77930. Grayscale: #6D6D6D. Windows color (decimal): -15169841 or 13600280. OLE color: 13600280.

HSL color Cylindrical-coordinate representation of color #1886CF: hue angle of 203.93º degrees, saturation: 0.79, 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 #1886CF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB24134207-
CMYK0.880.3500.19
HSL203.93º79.22%45.29%-
HSV(B)203.93º88.41%81.18%-
XYZ20.1621.7562.17-
YUV109.43183.0667.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=6.58%
G=36.71%
B=56.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal241342070.880.3500.19203.9379.2245.29
Hex1886CF5823013cc4f2d
Octal302063171304302331411755
Binary1100010000110110011111011000100011010011110011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1886CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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