Html Css Color HEX #188ECB Pacific Blue

📋 copy color: '#188ECB'

red 24 ◦ green 142 ◦ blue 203

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

Shades of Pacific Blue #188ECB

Tints of Pacific Blue #188ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 6.5%
G = 38.48%
B = 55.01%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#188ECB (or 0x188ECB) is known color: Pacific Blue. HEX triplet: 18, 8E and CB. RGB value is (24,142,203). Sum of RGB (Red+Green+Blue) = 24+142+203=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #188ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ECB is #E77134. Grayscale: #717171. Windows color (decimal): -15167797 or 13340184. OLE color: 13340184.

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

Color convert

RGB 24 142 203 -
CMYK 0.88 0.30 0 0.20
HSL 200.45º 0.79% 0.45% -
HSV(B) 200.45º 0.88% 0.8% -
XYZ 20.83 23.85 60.01 -
YUV 113.67 178.41 64.04 -
System Red Green Blue C M Y K H S L
Decimal 24 142 203 0.88 0.30 0 0.20 200.45 0.79 0.45
Hex 18 8E CB 58 1E 0 14 C8 4F 2D
Octal 30 216 313 130 36 0 24 310 117 55
Binary 11000 10001110 11001011 1011000 11110 0 10100 11001000 1001111 101101

Color Harmonies of #188ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ECB

Black with #188ECB

Text Example


Text Example

White with #188ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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