Html Css Color HEX #188CC9 Pacific Blue

📋 copy color: '#188CC9'

red 24 ◦ green 140 ◦ blue 201

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

Shades of Pacific Blue #188CC9

Tints of Pacific Blue #188CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

 BLUE value IS 201 (78.91% from 255) = 55.07%

R = 6.58%
G = 38.36%
B = 55.07%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#188CC9 (or 0x188CC9) is known color: Pacific Blue. HEX triplet: 18, 8C and C9. RGB value is (24,140,201). Sum of RGB (Red+Green+Blue) = 24+140+201=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #188CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CC9 is #E77336. Grayscale: #6F6F6F. Windows color (decimal): -15168311 or 13208600. OLE color: 13208600.

HSL color Cylindrical-coordinate representation of color #188CC9: hue angle of 200.68º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188CC9 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 140 201 -
CMYK 0.88 0.30 0 0.21
HSL 200.68º 0.79% 0.44% -
HSV(B) 200.68º 0.88% 0.79% -
XYZ 20.3 23.17 58.66 -
YUV 112.27 178.07 65.04 -
System Red Green Blue C M Y K H S L
Decimal 24 140 201 0.88 0.30 0 0.21 200.68 0.79 0.44
Hex 18 8C C9 58 1E 0 15 C9 4F 2C
Octal 30 214 311 130 36 0 25 311 117 54
Binary 11000 10001100 11001001 1011000 11110 0 10101 11001001 1001111 101100

Color Harmonies of #188CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CC9

Black with #188CC9

Text Example


Text Example

White with #188CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,201); }

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

background-color css

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

 a { background-color: rgb(24,140,201); }

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

border-color css

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

 span { border-color: rgb(24,140,201); }

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