Html Css Color HEX #188CCB Pacific Blue

📋 copy color: '#188CCB'

red 24 ◦ green 140 ◦ blue 203

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

Shades of Pacific Blue #188CCB

Tints of Pacific Blue #188CCB

RGB

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

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

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

R = 6.54%
G = 38.15%
B = 55.31%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#188CCB (or 0x188CCB) is known color: Pacific Blue. HEX triplet: 18, 8C and CB. RGB value is (24,140,203). Sum of RGB (Red+Green+Blue) = 24+140+203=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #188CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CCB is #E77334. Grayscale: #707070. Windows color (decimal): -15168309 or 13339672. OLE color: 13339672.

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

Color convert

RGB 24 140 203 -
CMYK 0.88 0.31 0 0.20
HSL 201.12º 0.79% 0.45% -
HSV(B) 201.12º 0.88% 0.8% -
XYZ 20.53 23.26 59.91 -
YUV 112.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 24 140 203 0.88 0.31 0 0.20 201.12 0.79 0.45
Hex 18 8C CB 58 1F 0 14 C9 4F 2D
Octal 30 214 313 130 37 0 24 311 117 55
Binary 11000 10001100 11001011 1011000 11111 0 10100 11001001 1001111 101101

Color Harmonies of #188CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CCB

Black with #188CCB

Text Example


Text Example

White with #188CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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