Html Css Color HEX #1199BE Pacific Blue

📋 copy color: '#1199BE'

red 17 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #1199BE

Tints of Pacific Blue #1199BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 4.72%
G = 42.5%
B = 52.78%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1199BE (or 0x1199BE) is known color: Pacific Blue. HEX triplet: 11, 99 and BE. RGB value is (17,153,190). Sum of RGB (Red+Green+Blue) = 17+153+190=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #1199BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199BE is #EE6641. Grayscale: #747474. Windows color (decimal): -15623746 or 12491025. OLE color: 12491025.

HSL color Cylindrical-coordinate representation of color #1199BE: hue angle of 192.83º 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 #1199BE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 153 190 -
CMYK 0.91 0.19 0 0.25
HSL 192.83º 0.84% 0.41% -
HSV(B) 192.83º 0.91% 0.75% -
XYZ 20.92 26.62 52.75 -
YUV 116.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 17 153 190 0.91 0.19 0 0.25 192.83 0.84 0.41
Hex 11 99 BE 5B 13 0 19 C1 54 29
Octal 21 231 276 133 23 0 31 301 124 51
Binary 10001 10011001 10111110 1011011 10011 0 11001 11000001 1010100 101001

Color Harmonies of #1199BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199BE

Black with #1199BE

Text Example


Text Example

White with #1199BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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