Html Css Color HEX #188AD4 Pacific Blue

📋 copy color: '#188AD4'

red 24 ◦ green 138 ◦ blue 212

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

Shades of Pacific Blue #188AD4

Tints of Pacific Blue #188AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 56.68%

R = 6.42%
G = 36.9%
B = 56.68%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#188AD4 (or 0x188AD4) is known color: Pacific Blue. HEX triplet: 18, 8A and D4. RGB value is (24,138,212). Sum of RGB (Red+Green+Blue) = 24+138+212=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #188AD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188AD4 is #E7752B. Grayscale: #6F6F6F. Windows color (decimal): -15168812 or 13928984. OLE color: 13928984.

HSL color Cylindrical-coordinate representation of color #188AD4: hue angle of 203.62º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188AD4 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 138 212 -
CMYK 0.89 0.35 0 0.17
HSL 203.62º 0.8% 0.46% -
HSV(B) 203.62º 0.89% 0.83% -
XYZ 21.35 23.12 65.63 -
YUV 112.35 184.23 64.98 -
System Red Green Blue C M Y K H S L
Decimal 24 138 212 0.89 0.35 0 0.17 203.62 0.8 0.46
Hex 18 8A D4 59 23 0 11 CC 50 2E
Octal 30 212 324 131 43 0 21 314 120 56
Binary 11000 10001010 11010100 1011001 100011 0 10001 11001100 1010000 101110

Color Harmonies of #188AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AD4

Black with #188AD4

Text Example


Text Example

White with #188AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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