Html Css Color HEX #1197CF Pacific Blue

📋 copy color: '#1197CF'

red 17 ◦ green 151 ◦ blue 207

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

Shades of Pacific Blue #1197CF

Tints of Pacific Blue #1197CF

RGB

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

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

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

R = 4.53%
G = 40.27%
B = 55.2%

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

#1197CF (or 0x1197CF) is known color: Pacific Blue. HEX triplet: 11, 97 and CF. RGB value is (17,151,207). Sum of RGB (Red+Green+Blue) = 17+151+207=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #1197CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1197CF is #EE6830. Grayscale: #747474. Windows color (decimal): -15624241 or 13604625. OLE color: 13604625.

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

Color convert

RGB 17 151 207 -
CMYK 0.92 0.27 0 0.19
HSL 197.68º 0.85% 0.44% -
HSV(B) 197.68º 0.92% 0.81% -
XYZ 22.56 26.76 63.01 -
YUV 117.32 178.61 56.45 -
System Red Green Blue C M Y K H S L
Decimal 17 151 207 0.92 0.27 0 0.19 197.68 0.85 0.44
Hex 11 97 CF 5C 1B 0 13 C6 55 2C
Octal 21 227 317 134 33 0 23 306 125 54
Binary 10001 10010111 11001111 1011100 11011 0 10011 11000110 1010101 101100

Color Harmonies of #1197CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197CF

Black with #1197CF

Text Example


Text Example

White with #1197CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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