Html Css Color HEX #188ACC Pacific Blue

📋 copy color: '#188ACC'

red 24 ◦ green 138 ◦ blue 204

#188ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #188ACC

Tints of Pacific Blue #188ACC

RGB

 RED value IS 24 (9.77% from 255) = 6.56%

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 6.56%
G = 37.7%
B = 55.74%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#188ACC (or 0x188ACC) is known color: Pacific Blue. HEX triplet: 18, 8A and CC. RGB value is (24,138,204). Sum of RGB (Red+Green+Blue) = 24+138+204=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #188ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ACC is #E77533. Grayscale: #6F6F6F. Windows color (decimal): -15168820 or 13404696. OLE color: 13404696.

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

Color convert

RGB 24 138 204 -
CMYK 0.88 0.32 0 0.2
HSL 202º 0.79% 0.45% -
HSV(B) 202º 0.88% 0.8% -
XYZ 20.36 22.73 60.44 -
YUV 111.44 180.23 65.63 -
System Red Green Blue C M Y K H S L
Decimal 24 138 204 0.88 0.32 0 0.2 202 0.79 0.45
Hex 18 8A CC 58 20 0 14 CA 4F 2D
Octal 30 212 314 130 40 0 24 312 117 55
Binary 11000 10001010 11001100 1011000 100000 0 10100 11001010 1001111 101101

Color Harmonies of #188ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ACC

Black with #188ACC

Text Example


Text Example

White with #188ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #188ACC;
 }
 .AnyTagClassName
 {
   color: #188ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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