Html Css Color HEX #188ACD Pacific Blue

📋 copy color: '#188ACD'

red 24 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #188ACD

Tints of Pacific Blue #188ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 6.54%
G = 37.6%
B = 55.86%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#188ACD (or 0x188ACD) is known color: Pacific Blue. HEX triplet: 18, 8A and CD. RGB value is (24,138,205). Sum of RGB (Red+Green+Blue) = 24+138+205=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #188ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ACD is #E77532. Grayscale: #6F6F6F. Windows color (decimal): -15168819 or 13470232. OLE color: 13470232.

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

Color convert

RGB 24 138 205 -
CMYK 0.88 0.33 0 0.20
HSL 202.21º 0.79% 0.45% -
HSV(B) 202.21º 0.88% 0.8% -
XYZ 20.48 22.78 61.07 -
YUV 111.55 180.73 65.55 -
System Red Green Blue C M Y K H S L
Decimal 24 138 205 0.88 0.33 0 0.20 202.21 0.79 0.45
Hex 18 8A CD 58 21 0 14 CA 4F 2D
Octal 30 212 315 130 41 0 24 312 117 55
Binary 11000 10001010 11001101 1011000 100001 0 10100 11001010 1001111 101101

Color Harmonies of #188ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ACD

Black with #188ACD

Text Example


Text Example

White with #188ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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