Html Css Color HEX #188FD1 Pacific Blue

📋 copy color: '#188FD1'

red 24 ◦ green 143 ◦ blue 209

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

Shades of Pacific Blue #188FD1

Tints of Pacific Blue #188FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 6.38%
G = 38.03%
B = 55.59%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#188FD1 (or 0x188FD1) is known color: Pacific Blue. HEX triplet: 18, 8F and D1. RGB value is (24,143,209). Sum of RGB (Red+Green+Blue) = 24+143+209=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #188FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FD1 is #E7702E. Grayscale: #727272. Windows color (decimal): -15167535 or 13733656. OLE color: 13733656.

HSL color Cylindrical-coordinate representation of color #188FD1: hue angle of 201.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188FD1 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 143 209 -
CMYK 0.89 0.32 0 0.18
HSL 201.41º 0.79% 0.46% -
HSV(B) 201.41º 0.89% 0.82% -
XYZ 21.71 24.44 63.9 -
YUV 114.94 181.08 63.13 -
System Red Green Blue C M Y K H S L
Decimal 24 143 209 0.89 0.32 0 0.18 201.41 0.79 0.46
Hex 18 8F D1 59 20 0 12 C9 4F 2E
Octal 30 217 321 131 40 0 22 311 117 56
Binary 11000 10001111 11010001 1011001 100000 0 10010 11001001 1001111 101110

Color Harmonies of #188FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FD1

Black with #188FD1

Text Example


Text Example

White with #188FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,143,209); }

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

background-color css

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

 a { background-color: rgb(24,143,209); }

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

border-color css

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

 span { border-color: rgb(24,143,209); }

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