Html Css Color HEX #188ACB Pacific Blue

📋 copy color: '#188ACB'

red 24 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #188ACB

Tints of Pacific Blue #188ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 6.58%
G = 37.81%
B = 55.62%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#188ACB (or 0x188ACB) is known color: Pacific Blue. HEX triplet: 18, 8A and CB. RGB value is (24,138,203). Sum of RGB (Red+Green+Blue) = 24+138+203=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #188ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ACB is #E77534. Grayscale: #6E6E6E. Windows color (decimal): -15168821 or 13339160. OLE color: 13339160.

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

Color convert

RGB 24 138 203 -
CMYK 0.88 0.32 0 0.20
HSL 201.79º 0.79% 0.45% -
HSV(B) 201.79º 0.88% 0.8% -
XYZ 20.24 22.68 59.81 -
YUV 111.32 179.73 65.71 -
System Red Green Blue C M Y K H S L
Decimal 24 138 203 0.88 0.32 0 0.20 201.79 0.79 0.45
Hex 18 8A CB 58 20 0 14 CA 4F 2D
Octal 30 212 313 130 40 0 24 312 117 55
Binary 11000 10001010 11001011 1011000 100000 0 10100 11001010 1001111 101101

Color Harmonies of #188ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ACB

Black with #188ACB

Text Example


Text Example

White with #188ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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