Html Css Color HEX #188ED8 Pacific Blue

📋 copy color: '#188ED8'

red 24 ◦ green 142 ◦ blue 216

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

Shades of Pacific Blue #188ED8

Tints of Pacific Blue #188ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.54%

R = 6.28%
G = 37.17%
B = 56.54%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#188ED8 (or 0x188ED8) is known color: Pacific Blue. HEX triplet: 18, 8E and D8. RGB value is (24,142,216). Sum of RGB (Red+Green+Blue) = 24+142+216=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #188ED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ED8 is #E77127. Grayscale: #727272. Windows color (decimal): -15167784 or 14192152. OLE color: 14192152.

HSL color Cylindrical-coordinate representation of color #188ED8: hue angle of 203.12º 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 #188ED8 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 142 216 -
CMYK 0.89 0.34 0 0.15
HSL 203.13º 0.8% 0.47% -
HSV(B) 203.13º 0.89% 0.85% -
XYZ 22.44 24.5 68.51 -
YUV 115.15 184.91 62.98 -
System Red Green Blue C M Y K H S L
Decimal 24 142 216 0.89 0.34 0 0.15 203.13 0.8 0.47
Hex 18 8E D8 59 22 0 F CB 50 2F
Octal 30 216 330 131 42 0 17 313 120 57
Binary 11000 10001110 11011000 1011001 100010 0 1111 11001011 1010000 101111

Color Harmonies of #188ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ED8

Black with #188ED8

Text Example


Text Example

White with #188ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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