Html Css Color HEX #188ED6 Pacific Blue

📋 copy color: '#188ED6'

red 24 ◦ green 142 ◦ blue 214

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

Shades of Pacific Blue #188ED6

Tints of Pacific Blue #188ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.32%

R = 6.32%
G = 37.37%
B = 56.32%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#188ED6 (or 0x188ED6) is known color: Pacific Blue. HEX triplet: 18, 8E and D6. RGB value is (24,142,214). Sum of RGB (Red+Green+Blue) = 24+142+214=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #188ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ED6 is #E77129. Grayscale: #727272. Windows color (decimal): -15167786 or 14061080. OLE color: 14061080.

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

Color convert

RGB 24 142 214 -
CMYK 0.89 0.34 0 0.16
HSL 202.74º 0.8% 0.47% -
HSV(B) 202.74º 0.89% 0.84% -
XYZ 22.19 24.4 67.16 -
YUV 114.93 183.91 63.15 -
System Red Green Blue C M Y K H S L
Decimal 24 142 214 0.89 0.34 0 0.16 202.74 0.8 0.47
Hex 18 8E D6 59 22 0 10 CB 50 2F
Octal 30 216 326 131 42 0 20 313 120 57
Binary 11000 10001110 11010110 1011001 100010 0 10000 11001011 1010000 101111

Color Harmonies of #188ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ED6

Black with #188ED6

Text Example


Text Example

White with #188ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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