#1884CB

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

Shades of Pacific Blue #1884CB

Tints of Pacific Blue #1884CB

Color information

#1884CB (or 0x1884CB) is unknown color: approx Pacific Blue. HEX triplet: 18, 84 and CB. RGB value is (24,132,203). Sum of RGB (Red+Green+Blue) = 24+132+203=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #1884CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1884CB is #E77B34. Grayscale: #6B6B6B. Windows color (decimal): -15170357 or 13337624. OLE color: 13337624.

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

Color convert

RGB24132203-
CMYK0.880.3500.20
HSL203.8º78.85%44.51%-
HSV(B)203.8º88.18%79.61%-
XYZ19.4121.0159.53-
YUV107.8181.7268.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.69%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=6.69%
G=36.77%
B=56.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241322030.880.3500.20203.878.8544.51
Hex1884CB5823014cc4f2d
Octal302043131304302431411755
Binary1100010000100110010111011000100011010100110011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1884CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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