Html Css Color HEX #1199BF Pacific Blue

📋 copy color: '#1199BF'

red 17 ◦ green 153 ◦ blue 191

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

Shades of Pacific Blue #1199BF

Tints of Pacific Blue #1199BF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 191 (75% from 255) = 52.91%

R = 4.71%
G = 42.38%
B = 52.91%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1199BF (or 0x1199BF) is known color: Pacific Blue. HEX triplet: 11, 99 and BF. RGB value is (17,153,191). Sum of RGB (Red+Green+Blue) = 17+153+191=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #1199BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199BF is #EE6640. Grayscale: #747474. Windows color (decimal): -15623745 or 12556561. OLE color: 12556561.

HSL color Cylindrical-coordinate representation of color #1199BF: hue angle of 193.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1199BF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 153 191 -
CMYK 0.91 0.20 0 0.25
HSL 193.1º 0.84% 0.41% -
HSV(B) 193.1º 0.91% 0.75% -
XYZ 21.03 26.66 53.33 -
YUV 116.67 169.94 56.91 -
System Red Green Blue C M Y K H S L
Decimal 17 153 191 0.91 0.20 0 0.25 193.1 0.84 0.41
Hex 11 99 BF 5B 14 0 19 C1 54 29
Octal 21 231 277 133 24 0 31 301 124 51
Binary 10001 10011001 10111111 1011011 10100 0 11001 11000001 1010100 101001

Color Harmonies of #1199BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199BF

Black with #1199BF

Text Example


Text Example

White with #1199BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1199BF; }

 p { color: rgb(17,153,191); }

 H1.HeaderClassName
 {
   color: #1199BF;
 }
 .AnyTagClassName
 {
   color: #1199BF;
 }
</style>

background-color css

<style>
 a { background-color: #1199BF; }

 a { background-color: rgb(17,153,191); }

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

border-color css

<style>
 span { border-color: #1199BF; }

 span { border-color: rgb(17,153,191); }

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