#188ACF

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

Shades of Pacific Blue #188ACF

Tints of Pacific Blue #188ACF

Color information

#188ACF (or 0x188ACF) is unknown color: approx Pacific Blue. HEX triplet: 18, 8A and CF. RGB value is (24,138,207). Sum of RGB (Red+Green+Blue) = 24+138+207=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #188ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ACF is #E77530. Grayscale: #6F6F6F. Windows color (decimal): -15168817 or 13601304. OLE color: 13601304.

HSL color Cylindrical-coordinate representation of color #188ACF: hue angle of 202.62º 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 #188ACF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB24138207-
CMYK0.880.3300.19
HSL202.62º79.22%45.29%-
HSV(B)202.62º88.41%81.18%-
XYZ20.7322.8862.35-
YUV111.78181.7365.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.50%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=6.50%
G=37.40%
B=56.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal241382070.880.3300.19202.6279.2245.29
Hex188ACF5821013cb4f2d
Octal302123171304102331311755
Binary1100010001010110011111011000100001010011110010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188ACF; }

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

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

<style>
 a { background-color: #188ACF; }

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

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

<style>
 span { border-color: #188ACF; }

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

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