#18a2d1

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

Shades of Pacific Blue #18A2D1

Tints of Pacific Blue #18A2D1

Color information

#18A2D1 (or 0x18A2D1) is unknown color: approx Pacific Blue. HEX triplet: 18, A2 and D1. RGB value is (24,162,209). Sum of RGB (Red+Green+Blue) = 24+162+209=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #18A2D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2D1 is #E75D2E. Grayscale: #7D7D7D. Windows color (decimal): -15162671 or 13738520. OLE color: 13738520.

HSL color Cylindrical-coordinate representation of color #18A2D1: hue angle of 195.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A2D1 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB24162209-
CMYK0.890.2200.18
HSL195.24º79.4%45.69%-
HSV(B)195.24º88.52%81.96%-
XYZ24.8130.6464.93-
YUV126.1174.7855.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.08%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=6.08%
G=41.01%
B=52.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal241622090.890.2200.18195.2479.445.69
Hex18A2D15916012c34f2e
Octal302423211312602230311756
Binary110001010001011010001101100110110010010110000111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a2d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18a2d1; }

 p { color: rgb(24,162,209); }

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

<style>
 a { background-color: #18a2d1; }

 a { background-color: rgb(24,162,209); }

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

<style>
 span { border-color: #18a2d1; }

 span { border-color: rgb(24,162,209); }

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