Html Css Color HEX #188DD9 Pacific Blue

📋 copy color: '#188DD9'

red 24 ◦ green 141 ◦ blue 217

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

Shades of Pacific Blue #188DD9

Tints of Pacific Blue #188DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 217 (85.16% from 255) = 56.81%

R = 6.28%
G = 36.91%
B = 56.81%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#188DD9 (or 0x188DD9) is known color: Pacific Blue. HEX triplet: 18, 8D and D9. RGB value is (24,141,217). Sum of RGB (Red+Green+Blue) = 24+141+217=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #188DD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DD9 is #E77226. Grayscale: #727272. Windows color (decimal): -15168039 or 14257432. OLE color: 14257432.

HSL color Cylindrical-coordinate representation of color #188DD9: hue angle of 203.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188DD9 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 141 217 -
CMYK 0.89 0.35 0 0.15
HSL 203.63º 0.8% 0.47% -
HSV(B) 203.63º 0.89% 0.85% -
XYZ 22.43 24.25 69.15 -
YUV 114.68 185.74 63.32 -
System Red Green Blue C M Y K H S L
Decimal 24 141 217 0.89 0.35 0 0.15 203.63 0.8 0.47
Hex 18 8D D9 59 23 0 F CC 50 2F
Octal 30 215 331 131 43 0 17 314 120 57
Binary 11000 10001101 11011001 1011001 100011 0 1111 11001100 1010000 101111

Color Harmonies of #188DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DD9

Black with #188DD9

Text Example


Text Example

White with #188DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,141,217); }

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

background-color css

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

 a { background-color: rgb(24,141,217); }

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

border-color css

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

 span { border-color: rgb(24,141,217); }

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