Html Css Color HEX #1188CF Pacific Blue

📋 copy color: '#1188CF'

red 17 ◦ green 136 ◦ blue 207

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

Shades of Pacific Blue #1188CF

Tints of Pacific Blue #1188CF

RGB

 RED value IS 17 (7.03% from 255) = 4.72%

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 4.72%
G = 37.78%
B = 57.5%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1188CF (or 0x1188CF) is known color: Pacific Blue. HEX triplet: 11, 88 and CF. RGB value is (17,136,207). Sum of RGB (Red+Green+Blue) = 17+136+207=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #1188CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188CF is #EE7730. Grayscale: #6C6C6C. Windows color (decimal): -15628081 or 13600785. OLE color: 13600785.

HSL color Cylindrical-coordinate representation of color #1188CF: hue angle of 202.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1188CF is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 136 207 -
CMYK 0.92 0.34 0 0.19
HSL 202.42º 0.85% 0.44% -
HSV(B) 202.42º 0.92% 0.81% -
XYZ 20.3 22.23 62.25 -
YUV 108.51 183.58 62.73 -
System Red Green Blue C M Y K H S L
Decimal 17 136 207 0.92 0.34 0 0.19 202.42 0.85 0.44
Hex 11 88 CF 5C 22 0 13 CA 55 2C
Octal 21 210 317 134 42 0 23 312 125 54
Binary 10001 10001000 11001111 1011100 100010 0 10011 11001010 1010101 101100

Color Harmonies of #1188CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188CF

Black with #1188CF

Text Example


Text Example

White with #1188CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1188CF; }

 p { color: rgb(17,136,207); }

 H1.HeaderClassName
 {
   color: #1188CF;
 }
 .AnyTagClassName
 {
   color: #1188CF;
 }
</style>

background-color css

<style>
 a { background-color: #1188CF; }

 a { background-color: rgb(17,136,207); }

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

border-color css

<style>
 span { border-color: #1188CF; }

 span { border-color: rgb(17,136,207); }

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