#18A5CD

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

Shades of Pacific Blue #18A5CD

Tints of Pacific Blue #18A5CD

Color information

#18A5CD (or 0x18A5CD) is unknown color: approx Pacific Blue. HEX triplet: 18, A5 and CD. RGB value is (24,165,205). Sum of RGB (Red+Green+Blue) = 24+165+205=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #18A5CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A5CD is #E75A32. Grayscale: #7F7F7F. Windows color (decimal): -15161907 or 13477144. OLE color: 13477144.

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

Color convert

RGB24165205-
CMYK0.880.2000.20
HSL193.26º79.04%44.9%-
HSV(B)193.26º88.29%80.39%-
XYZ24.8531.5162.53-
YUV127.4171.7954.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.09%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=6.09%
G=41.88%
B=52.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241652050.880.2000.20193.2679.0444.9
Hex18A5CD5814014c14f2d
Octal302453151302402430111755
Binary110001010010111001101101100010100010100110000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,205); }

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

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

 a { background-color: rgb(24,165,205); }

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

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

 span { border-color: rgb(24,165,205); }

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