#1893D4

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

Shades of Pacific Blue #1893D4

Tints of Pacific Blue #1893D4

Color information

#1893D4 (or 0x1893D4) is unknown color: approx Pacific Blue. HEX triplet: 18, 93 and D4. RGB value is (24,147,212). Sum of RGB (Red+Green+Blue) = 24+147+212=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 212 (83.20% from 255 or 55.35% from 383); Max value from RGB is 212 - color contains mainly: blue. Hex color #1893D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1893D4 is #E76C2B. Grayscale: #757575. Windows color (decimal): -15166508 or 13931288. OLE color: 13931288.

HSL color Cylindrical-coordinate representation of color #1893D4: hue angle of 200.74º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1893D4 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB24147212-
CMYK0.890.3100.17
HSL200.74º79.66%46.27%-
HSV(B)200.74º88.68%83.14%-
XYZ22.6925.8266.07-
YUV117.63181.2561.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.27%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 212 (83.20% from 255) = 55.35%
R=6.27%
G=38.38%
B=55.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal241472120.890.3100.17200.7479.6646.27
Hex1893D4591F011c9502e
Octal302233241313702131112056
Binary110001001001111010100101100111111010001110010011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1893D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1893D4; }

 p { color: rgb(24,147,212); }

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

<style>
 a { background-color: #1893D4; }

 a { background-color: rgb(24,147,212); }

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

<style>
 span { border-color: #1893D4; }

 span { border-color: rgb(24,147,212); }

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