Html Css Color HEX #1197CE Pacific Blue

📋 copy color: '#1197CE'

red 17 ◦ green 151 ◦ blue 206

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

Shades of Pacific Blue #1197CE

Tints of Pacific Blue #1197CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 4.55%
G = 40.37%
B = 55.08%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1197CE (or 0x1197CE) is known color: Pacific Blue. HEX triplet: 11, 97 and CE. RGB value is (17,151,206). Sum of RGB (Red+Green+Blue) = 17+151+206=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #1197CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1197CE is #EE6831. Grayscale: #747474. Windows color (decimal): -15624242 or 13539089. OLE color: 13539089.

HSL color Cylindrical-coordinate representation of color #1197CE: hue angle of 197.46º 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 #1197CE is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 151 206 -
CMYK 0.92 0.27 0 0.19
HSL 197.46º 0.85% 0.44% -
HSV(B) 197.46º 0.92% 0.81% -
XYZ 22.44 26.71 62.37 -
YUV 117.2 178.11 56.53 -
System Red Green Blue C M Y K H S L
Decimal 17 151 206 0.92 0.27 0 0.19 197.46 0.85 0.44
Hex 11 97 CE 5C 1B 0 13 C5 55 2C
Octal 21 227 316 134 33 0 23 305 125 54
Binary 10001 10010111 11001110 1011100 11011 0 10011 11000101 1010101 101100

Color Harmonies of #1197CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197CE

Black with #1197CE

Text Example


Text Example

White with #1197CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1197CE; }

 p { color: rgb(17,151,206); }

 H1.HeaderClassName
 {
   color: #1197CE;
 }
 .AnyTagClassName
 {
   color: #1197CE;
 }
</style>

background-color css

<style>
 a { background-color: #1197CE; }

 a { background-color: rgb(17,151,206); }

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

border-color css

<style>
 span { border-color: #1197CE; }

 span { border-color: rgb(17,151,206); }

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