Html Css Color HEX #188ECD Pacific Blue

📋 copy color: '#188ECD'

red 24 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #188ECD

Tints of Pacific Blue #188ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

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

R = 6.47%
G = 38.27%
B = 55.26%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#188ECD (or 0x188ECD) is known color: Pacific Blue. HEX triplet: 18, 8E and CD. RGB value is (24,142,205). Sum of RGB (Red+Green+Blue) = 24+142+205=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #188ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ECD is #E77132. Grayscale: #717171. Windows color (decimal): -15167795 or 13471256. OLE color: 13471256.

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

Color convert

RGB 24 142 205 -
CMYK 0.88 0.31 0 0.20
HSL 200.88º 0.79% 0.45% -
HSV(B) 200.88º 0.88% 0.8% -
XYZ 21.07 23.95 61.27 -
YUV 113.9 179.41 63.88 -
System Red Green Blue C M Y K H S L
Decimal 24 142 205 0.88 0.31 0 0.20 200.88 0.79 0.45
Hex 18 8E CD 58 1F 0 14 C9 4F 2D
Octal 30 216 315 130 37 0 24 311 117 55
Binary 11000 10001110 11001101 1011000 11111 0 10100 11001001 1001111 101101

Color Harmonies of #188ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ECD

Black with #188ECD

Text Example


Text Example

White with #188ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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