Html Css Color HEX #188ACE Pacific Blue

📋 copy color: '#188ACE'

red 24 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #188ACE

Tints of Pacific Blue #188ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 6.52%
G = 37.5%
B = 55.98%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#188ACE (or 0x188ACE) is known color: Pacific Blue. HEX triplet: 18, 8A and CE. RGB value is (24,138,206). Sum of RGB (Red+Green+Blue) = 24+138+206=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #188ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ACE is #E77531. Grayscale: #6F6F6F. Windows color (decimal): -15168818 or 13535768. OLE color: 13535768.

HSL color Cylindrical-coordinate representation of color #188ACE: hue angle of 202.42º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188ACE is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 138 206 -
CMYK 0.88 0.33 0 0.19
HSL 202.42º 0.79% 0.45% -
HSV(B) 202.42º 0.88% 0.81% -
XYZ 20.61 22.83 61.71 -
YUV 111.67 181.23 65.47 -
System Red Green Blue C M Y K H S L
Decimal 24 138 206 0.88 0.33 0 0.19 202.42 0.79 0.45
Hex 18 8A CE 58 21 0 13 CA 4F 2D
Octal 30 212 316 130 41 0 23 312 117 55
Binary 11000 10001010 11001110 1011000 100001 0 10011 11001010 1001111 101101

Color Harmonies of #188ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ACE

Black with #188ACE

Text Example


Text Example

White with #188ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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